mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-06-09 13:01:21 +00:00
Adding a less flag to center search results
This commit is contained in:
@@ -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
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user