Added better vterm keybindings

This commit is contained in:
Jaden Provost Maxwell-Comfort 2024-04-03 13:02:27 -07:00
parent 00607639e3
commit 182e9c30da

View File

@ -27,8 +27,10 @@ Multi-vterm is a package that adds the capability to easily create multiple vter
(use-package multi-vterm (use-package multi-vterm
:after vterm :after vterm
:config :config
(jm/leader-keys "v" (jm/leader-keys
'(multi-vterm :which-key "Open vterm terminal"))) "vn" '(multi-vterm-next :which-key "Go to next vterm window")
"vp" '(multi-vterm-next :which-key "Go to previous vterm window")
"vc" '(multi-vterm :which-key "Create new vterm terminal")))
#+end_src #+end_src
* Change Terminal Font * Change Terminal Font