Emacs: Keybindings in term
- C-c s for starting ansi-term - C-y for term-paste
This commit is contained in:
parent
349146ec26
commit
092729d561
1 changed files with 4 additions and 0 deletions
|
@ -1108,3 +1108,7 @@
|
||||||
;; disable nlinum in shell
|
;; disable nlinum in shell
|
||||||
:hook (term-mode-hook . (lambda () (nlinum-mode -1)))
|
:hook (term-mode-hook . (lambda () (nlinum-mode -1)))
|
||||||
|
|
||||||
|
:bind (("C-c s" . ansi-term)
|
||||||
|
:map term-raw-map
|
||||||
|
("C-y" . term-paste)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue