eshell: don't C-c interrupt
This commit is contained in:
parent
38358e8fae
commit
4f61b4c377
@ -139,8 +139,8 @@
|
||||
(eshell-scroll-to-bottom-on-input t)
|
||||
(eshell-hist-ignoredups t)
|
||||
:config
|
||||
(evil-collection-define-key 'insert 'eshell-mode-map
|
||||
(kbd "C-c") 'eshell-interrupt-process)
|
||||
;; (evil-collection-define-key 'insert 'eshell-mode-map
|
||||
;; (kbd "C-c") 'eshell-interrupt-process)
|
||||
(add-to-list 'eshell-modules-list 'eshell-rebind)
|
||||
(defun eshell-evil-insert-line (count &optional vcount)
|
||||
(interactive "p")
|
||||
|
Loading…
Reference in New Issue
Block a user