From 06c13d9a0c4ddcda94e33471ada698c80cfff6e0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 11 Feb 2021 21:23:19 -0500 Subject: [PATCH] term/eshell: bind C-l to eshell/clear Closes #4615 --- modules/term/eshell/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/term/eshell/config.el b/modules/term/eshell/config.el index d1e52b065..b9fa44350 100644 --- a/modules/term/eshell/config.el +++ b/modules/term/eshell/config.el @@ -144,6 +144,8 @@ You should use `set-eshell-alias!' to change this.") [remap evil-delete-back-to-indentation] #'eshell-kill-input [remap evil-window-split] #'+eshell/split-below [remap evil-window-vsplit] #'+eshell/split-right + ;; To emulate terminal keybinds + "C-l" #'eshell/clear (:localleader "b" #'eshell-insert-buffer-name "e" #'eshell-insert-envvar