diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-shell.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-shell.el b/.emacs.d/lisp/init-shell.el index 81bdc4b..4a03b27 100644 --- a/.emacs.d/lisp/init-shell.el +++ b/.emacs.d/lisp/init-shell.el @@ -30,7 +30,8 @@ (delq 'eshell-handle-ansi-color eshell-output-filter-functions) (setenv "TERM" "xterm-256color")) -(use-package multi-vterm +;; Installed with home-manager +(use-feature multi-vterm :bind (("C-c t" . multi-vterm-next) ("C-x p t" . multi-vterm-project) ("C-c C-M-t" . multi-vterm) |