diff --git a/modules/term/eshell/autoload/eshell.el b/modules/term/eshell/autoload/eshell.el index 198b18269..490283d74 100644 --- a/modules/term/eshell/autoload/eshell.el +++ b/modules/term/eshell/autoload/eshell.el @@ -168,7 +168,7 @@ Once the eshell process is killed, the previous frame layout is restored." ((modulep! :completion helm) (helm-eshell-history)) ((modulep! :completion vertico) - (forward-char 1) ;; Move outside of read only prompt text. + (eshell-bol) (consult-history)) ((eshell-list-history))))