This commit is contained in:
James Nguyen 2019-05-20 17:21:59 -07:00
parent 0748c695df
commit 8844346669
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ it is not appropriate in some cases like terminals."
(add-hook 'term-mode-hook 'evil-collection-term-escape-stay)
;; Evil has some "C-" bindings in insert state that shadow regular terminal bindings.
;; Don't raw-send "C-c" (prefix key) nor "C-h" (help prefix).
;; Evil has some "C-" bindings in insert state that shadow regular terminal
;; bindings. Don't raw-send "C-c" (prefix key) nor "C-h" (help prefix).
(evil-collection-define-key 'insert 'term-raw-map
(kbd "C-a") 'term-send-raw
(kbd "C-b") 'term-send-raw ; Should not be necessary.