Changed keybindings for vterm to be slightly more intuitive
This commit is contained in:
parent
349e7261eb
commit
383cb762ca
@ -28,9 +28,9 @@ Multi-vterm is a package that adds the capability to easily create multiple vter
|
|||||||
:after vterm
|
:after vterm
|
||||||
:config
|
:config
|
||||||
(jm/leader-keys
|
(jm/leader-keys
|
||||||
"vn" '(multi-vterm-next :which-key "Go to next vterm window")
|
"vj" '(multi-vterm-next :which-key "Go to next vterm window")
|
||||||
"vp" '(multi-vterm-next :which-key "Go to previous vterm window")
|
"vk" '(multi-vterm-next :which-key "Go to previous vterm window")
|
||||||
"vc" '(multi-vterm :which-key "Create new vterm terminal")))
|
"vn" '(multi-vterm :which-key "Create new vterm terminal")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Change Terminal Font
|
* Change Terminal Font
|
||||||
|
Loading…
x
Reference in New Issue
Block a user