diff options
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1862,7 +1862,8 @@ vterm-copy-exclude-prompt t jao-use-vterm t) :config (jao-define-attached-buffer "\\*vterm\\*" 0.5) - :bind (("<f3>" . vterm))) + :bind (("<f3>" . vterm) + :map vterm-mode-map ("C-c C-c" . vterm-send-C-c))) (defun jao-exec-in-vterm (cmd bname) (if (string-blank-p (or cmd "")) |