projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b1a5d81
)
emacs: fix multi-term C-c C-j binding
author
Amin Bandali
<bandali@gnu.org>
Sun, 12 May 2019 17:27:03 +0000
(13:27 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 12 May 2019 17:27:03 +0000
(13:27 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
8d93b33
..
87199e9
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1385,9
+1385,7
@@
For disabling the behaviour for certain buffers and/or modes."
("C-c a s m p" . multi-term-prev)
("C-c a s m n" . multi-term-next)
:map term-mode-map
("C-c a s m p" . multi-term-prev)
("C-c a s m n" . multi-term-next)
:map term-mode-map
- ("C-c C-j" . term-char-mode)
- :map term-raw-map
- ("C-c C-j" . term-line-mode))
+ ("C-c C-j" . term-char-mode))
:config
(setq multi-term-program "screen"
multi-term-program-switches (concat "-c"
:config
(setq multi-term-program "screen"
multi-term-program-switches (concat "-c"
@@
-1401,6
+1399,7
@@
For disabling the behaviour for certain buffers and/or modes."
term-bind-key-alist
'(("C-c C-c" . term-interrupt-subjob)
("C-c C-e" . term-send-esc)
term-bind-key-alist
'(("C-c C-c" . term-interrupt-subjob)
("C-c C-e" . term-send-esc)
+ ("C-c C-j" . term-line-mode)
("C-k" . kill-line)
;; ("C-y" . term-paste)
("C-y" . term-send-raw)
("C-k" . kill-line)
;; ("C-y" . term-paste)
("C-y" . term-send-raw)