diff --git a/.emacs.d/init.org b/.emacs.d/init.org index e3d32e0..b18dd80 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -245,6 +245,7 @@ Multi-term is useful for having multiple terminal buffers. ("C-" . term-send-forward-word) ("C-c C-j" . term-line-mode) ("C-c C-k" . term-char-mode) + ("C-c C-c" . term-interrupt-subjob) ("C-r" . term-send-reverse-search-history) ("C-v" . scroll-up) ("C-y" . term-paste)