diff --git a/emacs/emacs.el b/emacs/emacs.el index f1cd789..fa08c28 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -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))) +