mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 23:43:49 +01:00
add search keybind to wezterm config
This commit is contained in:
parent
d6e65f12b4
commit
4a9ae89434
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@
|
|||
;; copy mode
|
||||
(kmap :y :LEADER :ActivateCopyMode)
|
||||
;; command palette
|
||||
(kmap :p :LEADER :ActivateCommandPalette)])
|
||||
(kmap :p :LEADER :ActivateCommandPalette)
|
||||
;; search mode
|
||||
(kmap :t :LEADER :Search :CurrentSelectionOrEmptyString)])
|
||||
|
||||
(local directions [[:h :Left] [:j :Down] [:k :Up] [:l :Right]])
|
||||
|
||||
|
|
Loading…
Reference in a new issue