Emacs: Keybindings in term

- C-c s for starting ansi-term
 - C-y for term-paste
This commit is contained in:
Marcel Kapfer 2018-02-23 09:59:58 +01:00
parent 349146ec26
commit 092729d561
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 0 deletions

View File

@ -1108,3 +1108,7 @@
;; disable nlinum in shell
:hook (term-mode-hook . (lambda () (nlinum-mode -1)))
:bind (("C-c s" . ansi-term)
:map term-raw-map
("C-y" . term-paste)))