diff --git a/.emacs.d/include/general.el b/.emacs.d/include/general.el index 9a5c9da..bb094ff 100644 --- a/.emacs.d/include/general.el +++ b/.emacs.d/include/general.el @@ -156,5 +156,8 @@ ;; Specify my function (maybe I should have done a lambda function) (setq compilation-exit-message-function 'compilation-exit-autoclose) +;; shell +(keymap-global-set "C-c v" #'vterm) + (provide 'general) ;;; general.el ends here