diff --git a/modules/term/eshell/autoload/eshell.el b/modules/term/eshell/autoload/eshell.el index 01d227038..f5788d89c 100644 --- a/modules/term/eshell/autoload/eshell.el +++ b/modules/term/eshell/autoload/eshell.el @@ -165,6 +165,9 @@ Once the eshell process is killed, the previous frame layout is restored." :action #'ivy-completion-in-region-action))) ((featurep! :completion helm) (helm-eshell-history)) + ((featurep! :completion vertico) + (forward-char 1) ;; Move outside of read only prompt text. + (consult-history)) ((eshell-list-history)))) ;;;###autoload