From 182e9c30da8926634f7f498932304fa54d3cd6bb Mon Sep 17 00:00:00 2001 From: Jaden Provost Maxwell-Comfort Date: Wed, 3 Apr 2024 13:02:27 -0700 Subject: [PATCH] Added better vterm keybindings --- .emacs.d/terminal.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.emacs.d/terminal.org b/.emacs.d/terminal.org index d6f52d3..bbba3da 100644 --- a/.emacs.d/terminal.org +++ b/.emacs.d/terminal.org @@ -27,8 +27,10 @@ Multi-vterm is a package that adds the capability to easily create multiple vter (use-package multi-vterm :after vterm :config - (jm/leader-keys "v" - '(multi-vterm :which-key "Open vterm terminal"))) + (jm/leader-keys + "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 * Change Terminal Font