about summary refs log tree commit diff stats
path: root/emacs-prelude/personal/lisp/init-misc.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-07-13 16:45:38 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-07-13 16:45:38 +0100
commit68297fa60a7cf65d8b6e998420ddb888cfa27d0c (patch)
tree92faab186412883b6a3f5dd34127c202f22b4dd7 /emacs-prelude/personal/lisp/init-misc.el
parent2dfd062a9183ace11d70f71650b8a69429e12e0f (diff)
downloaddotfiles-68297fa60a7cf65d8b6e998420ddb888cfa27d0c.tar.gz
More emacs.d updates
Diffstat (limited to 'emacs-prelude/personal/lisp/init-misc.el')
-rw-r--r--emacs-prelude/personal/lisp/init-misc.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs-prelude/personal/lisp/init-misc.el b/emacs-prelude/personal/lisp/init-misc.el
index 20dcca5..63edbcc 100644
--- a/emacs-prelude/personal/lisp/init-misc.el
+++ b/emacs-prelude/personal/lisp/init-misc.el
@@ -21,7 +21,7 @@
 (use-package multi-vterm
   :init (unbind-key "C-c t" prelude-mode-map)
   :bind (("C-c t" . multi-vterm-next)
-         ("C-c M-t" . multi-vterm)
+         ("C-c C-M-t" . multi-vterm)
          (:map vterm-mode-map
                ("C-a" . vterm-send-C-a) ; TODO the crux binding is taking precedence
                ("C-c C-a" . vterm-send-C-a)
@@ -29,4 +29,3 @@
                ("M-]" . multi-vterm-next))))
 
 (provide 'init-misc)
-