adding clear
This commit is contained in:
parent
85e86c8d12
commit
7c2c6ec069
|
@ -4577,6 +4577,7 @@ Let's add our own eshell prompt. and set the password cache to a significantly h
|
|||
"be" 'eshell)
|
||||
(general-def '(normal insert) eshell-mode-map
|
||||
"C-d" 'kill-buffer-and-window
|
||||
"C-l" 'eshell/clear
|
||||
"<up>" 'eshell-previous-input))
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Reference in a new issue