diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 8c13a2d..ee0573a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -230,7 +230,8 @@ `("TERM" ,(lambda () "xterm-256colors") t t)) :bind (("C-c e" . eshell) :map eshell-mode-map - ("s-l" . my/eshell-clear)) + ("s-l" . my/eshell-clear) + ("s-s" . consult-history)) :custom ((eshell-cmpl-ignore-case t) (eshell-aliases-file (expand-file-name "alias" user-emacs-directory)) (eshell-directory-name (my/cache-file-name "eshell")) |
