summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index bf263a5..1337e8f 100644
--- a/init.org
+++ b/init.org
@@ -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 ""))