Ensure that eshell keybindings work
This commit is contained in:
parent
d65471a0e8
commit
581517465c
@ -2183,8 +2183,8 @@ A function to properly clear the eshell:
|
||||
(eshell-emit-prompt)
|
||||
(insert input)))
|
||||
|
||||
(with-eval-after-load 'eshell
|
||||
(general-def eshell-mode-map "C-c C-o" #'clear-eshell))
|
||||
(add-hook 'eshell-mode-hook
|
||||
(lambda () (general-def eshell-mode-map "C-c C-o" #'clear-eshell)))
|
||||
#+END_SRC
|
||||
|
||||
Some aliases:
|
||||
|
Loading…
Reference in New Issue
Block a user