diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-09-01 16:28:44 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-09-01 16:30:44 +0100 |
commit | 1c9f64d02cc34312dfb0c27cbfdba4082cde9e25 (patch) | |
tree | 943d52bc91226b3e98446ffef6ee5237d9110fff /.emacs.d/lisp/init-shell.el | |
parent | afa8c2eab048db294dccec4ad6113ce8977d4bb2 (diff) | |
download | dotfiles-1c9f64d02cc34312dfb0c27cbfdba4082cde9e25.tar.gz |
Switch from projectile to project.el
Diffstat (limited to '.emacs.d/lisp/init-shell.el')
-rw-r--r-- | .emacs.d/lisp/init-shell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-shell.el b/.emacs.d/lisp/init-shell.el index a312d8c..651ad61 100644 --- a/.emacs.d/lisp/init-shell.el +++ b/.emacs.d/lisp/init-shell.el @@ -33,6 +33,7 @@ (use-package multi-vterm :bind (("C-c t" . multi-vterm-next) + ("C-x p t" . multi-vterm-project) ("C-c C-M-t" . multi-vterm) (:map vterm-mode-map ("M-[" . multi-vterm-prev) |