fix(emacs): add keybind for vterm
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
172d4a9894
commit
6f908039c6
1 changed files with 3 additions and 0 deletions
|
@ -156,5 +156,8 @@
|
||||||
;; Specify my function (maybe I should have done a lambda function)
|
;; Specify my function (maybe I should have done a lambda function)
|
||||||
(setq compilation-exit-message-function 'compilation-exit-autoclose)
|
(setq compilation-exit-message-function 'compilation-exit-autoclose)
|
||||||
|
|
||||||
|
;; shell
|
||||||
|
(keymap-global-set "C-c v" #'vterm)
|
||||||
|
|
||||||
(provide 'general)
|
(provide 'general)
|
||||||
;;; general.el ends here
|
;;; general.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue