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)
|
"be" 'eshell)
|
||||||
(general-def '(normal insert) eshell-mode-map
|
(general-def '(normal insert) eshell-mode-map
|
||||||
"C-d" 'kill-buffer-and-window
|
"C-d" 'kill-buffer-and-window
|
||||||
|
"C-l" 'eshell/clear
|
||||||
"<up>" 'eshell-previous-input))
|
"<up>" 'eshell-previous-input))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
1
init.el
1
init.el
|
@ -3376,6 +3376,7 @@ targets."
|
||||||
"be" 'eshell)
|
"be" 'eshell)
|
||||||
(general-def '(normal insert) eshell-mode-map
|
(general-def '(normal insert) eshell-mode-map
|
||||||
"C-d" 'kill-buffer-and-window
|
"C-d" 'kill-buffer-and-window
|
||||||
|
"C-l" 'eshell/clear
|
||||||
"<up>" 'eshell-previous-input))
|
"<up>" 'eshell-previous-input))
|
||||||
|
|
||||||
(use-package eat
|
(use-package eat
|
||||||
|
|
Loading…
Reference in a new issue