add search keybind to wezterm config

This commit is contained in:
LordMZTE 2023-05-26 00:03:32 +02:00
parent d6e65f12b4
commit 4a9ae89434
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -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]])