diff --git a/modules/home/users/msyds/emacs/lisp/syd/eshell.el b/modules/home/users/msyds/emacs/lisp/syd/eshell.el index 9e3aab2..bd39305 100644 --- a/modules/home/users/msyds/emacs/lisp/syd/eshell.el +++ b/modules/home/users/msyds/emacs/lisp/syd/eshell.el @@ -167,7 +167,8 @@ if FILE-NAME has no TRAMP prefix." :states '(normal insert) "C-j" #'eshell-next-matching-input-from-input "C-k" #'eshell-previous-matching-input-from-input - "C-s" #'consult-history) + "C-s" #'consult-history + "" #'eshell-send-input) :config ;; When cd'd into a TRAMP remote, automatically expand '/' to the TRAMP ;; notation referring to the remote's root.