Add vterm bindings
This commit is contained in:
parent
bb8da060a7
commit
18dc513d1c
4
init.el
4
init.el
|
@ -85,7 +85,9 @@
|
||||||
(package-refresh-contents)
|
(package-refresh-contents)
|
||||||
(auto-package-update-now-async))
|
(auto-package-update-now-async))
|
||||||
"qq" #'evil-quit
|
"qq" #'evil-quit
|
||||||
"qk" #'kill-emacs)
|
"qk" #'kill-emacs
|
||||||
|
"tt" #'vterm
|
||||||
|
"to" #'vterm-other-window)
|
||||||
(global-evil-leader-mode))
|
(global-evil-leader-mode))
|
||||||
|
|
||||||
(use-package evil-surround
|
(use-package evil-surround
|
||||||
|
|
Loading…
Reference in a new issue