Use multi-vterm for Emacs terminal shortcut

This commit is contained in:
Fabio Scotto di Santolo
2026-04-10 11:15:04 +02:00
parent 88e4fb8cb8
commit 7f82fc39d9
2 changed files with 3 additions and 3 deletions

View File

@@ -43,8 +43,8 @@
(define-key fscotto/leader-map (kbd "o") fscotto/open)
;; -------- vterm --------
(autoload 'vterm "vterm" nil t)
(define-key fscotto/open (kbd "T") #'vterm)
(autoload 'multi-vterm "multi-vterm" nil t)
(define-key fscotto/open (kbd "T") #'multi-vterm)
(with-eval-after-load 'vterm
(define-key vterm-mode-map (kbd "C-c C-t") #'vterm-copy-mode))