From 383cb762ca1a3029c6eeff67984ced5f11939036 Mon Sep 17 00:00:00 2001 From: Jaden Provost Maxwell-Comfort Date: Mon, 22 Apr 2024 12:15:02 -0700 Subject: [PATCH] Changed keybindings for vterm to be slightly more intuitive --- .emacs.d/terminal.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.emacs.d/terminal.org b/.emacs.d/terminal.org index bbba3da..dfec22a 100644 --- a/.emacs.d/terminal.org +++ b/.emacs.d/terminal.org @@ -28,9 +28,9 @@ Multi-vterm is a package that adds the capability to easily create multiple vter :after vterm :config (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"))) + "vj" '(multi-vterm-next :which-key "Go to next vterm window") + "vk" '(multi-vterm-next :which-key "Go to previous vterm window") + "vn" '(multi-vterm :which-key "Create new vterm terminal"))) #+end_src * Change Terminal Font