term/eshell: bind C-l to eshell/clear

Closes #4615
This commit is contained in:
Henrik Lissner 2021-02-11 21:23:19 -05:00
parent 36a63d1613
commit 06c13d9a0c

View file

@ -144,6 +144,8 @@ You should use `set-eshell-alias!' to change this.")
[remap evil-delete-back-to-indentation] #'eshell-kill-input [remap evil-delete-back-to-indentation] #'eshell-kill-input
[remap evil-window-split] #'+eshell/split-below [remap evil-window-split] #'+eshell/split-below
[remap evil-window-vsplit] #'+eshell/split-right [remap evil-window-vsplit] #'+eshell/split-right
;; To emulate terminal keybinds
"C-l" #'eshell/clear
(:localleader (:localleader
"b" #'eshell-insert-buffer-name "b" #'eshell-insert-buffer-name
"e" #'eshell-insert-envvar "e" #'eshell-insert-envvar