Fix missing term-interrupt-subjob in term-mode
This commit is contained in:
@@ -245,6 +245,7 @@ Multi-term is useful for having multiple terminal buffers.
|
|||||||
("C-<right>" . term-send-forward-word)
|
("C-<right>" . term-send-forward-word)
|
||||||
("C-c C-j" . term-line-mode)
|
("C-c C-j" . term-line-mode)
|
||||||
("C-c C-k" . term-char-mode)
|
("C-c C-k" . term-char-mode)
|
||||||
|
("C-c C-c" . term-interrupt-subjob)
|
||||||
("C-r" . term-send-reverse-search-history)
|
("C-r" . term-send-reverse-search-history)
|
||||||
("C-v" . scroll-up)
|
("C-v" . scroll-up)
|
||||||
("C-y" . term-paste)
|
("C-y" . term-paste)
|
||||||
|
|||||||
Reference in New Issue
Block a user