Adding a less flag to center search results

This commit is contained in:
Zoe Roux
2022-03-29 23:13:47 +02:00
parent 900ca0d6b6
commit 07dce6831e
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -4,3 +4,5 @@ alias "open"="xdg-open"
alias "op"="xdg-open"
alias "ssh"="kitty +kitten ssh"
export LESS="-Rj.5"
+1 -1
Submodule dwm/dwm updated: a67453bf8f...a293057de2
@@ -22,6 +22,7 @@ telescope.setup({
["<esc>"] = actions.close,
["<A-k>"] = actions.move_selection_previous,
["<A-j>"] = actions.move_selection_next,
["<c-t>"] = require "trouble.providers.telescope".open_with_trouble
},
},
},