add binding to vterm

This commit is contained in:
Grigory Shipunov 2020-07-16 22:50:21 +02:00
parent 15001ce8ca
commit 9b8a751038
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -285,6 +285,7 @@
:bind ("C-=" . er/expand-region)) :bind ("C-=" . er/expand-region))
(use-package vterm (use-package vterm
:bind ("C-c C-t" . vterm)
:init :init
(setq vterm-kill-buffer-on-exit t)) (setq vterm-kill-buffer-on-exit t))