fix(eshell): +eshell/search-history sometimes noops

Fix: #6867
Co-authored-by: aikrahguzar <aikrahguzar@users.noreply.github.com>
This commit is contained in:
Henrik Lissner
2025-04-11 21:45:36 -04:00
parent c6f749e67c
commit 1c09989e48

View File

@ -168,7 +168,7 @@ Once the eshell process is killed, the previous frame layout is restored."
((modulep! :completion helm) ((modulep! :completion helm)
(helm-eshell-history)) (helm-eshell-history))
((modulep! :completion vertico) ((modulep! :completion vertico)
(forward-char 1) ;; Move outside of read only prompt text. (eshell-bol)
(consult-history)) (consult-history))
((eshell-list-history)))) ((eshell-list-history))))