mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 01:33:49 +01:00
wezterm: add command palette shortcut
This commit is contained in:
parent
f0f191f1db
commit
58e35d6f23
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@
|
||||||
(kmap :C :CTRL|SHIFT :CopyTo :ClipboardAndPrimarySelection)
|
(kmap :C :CTRL|SHIFT :CopyTo :ClipboardAndPrimarySelection)
|
||||||
(kmap :V :CTRL|SHIFT :PasteFrom :Clipboard)
|
(kmap :V :CTRL|SHIFT :PasteFrom :Clipboard)
|
||||||
;; copy mode
|
;; copy mode
|
||||||
(kmap :y :LEADER :ActivateCopyMode)])
|
(kmap :y :LEADER :ActivateCopyMode)
|
||||||
|
;; command palette
|
||||||
|
(kmap :p :LEADER :ActivateCommandPalette)])
|
||||||
|
|
||||||
(local directions [[:h :Left] [:j :Down] [:k :Up] [:l :Right]])
|
(local directions [[:h :Left] [:j :Down] [:k :Up] [:l :Right]])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue