mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(eshell): +eshell/search-history sometimes noops
Fix: #6867 Co-authored-by: aikrahguzar <aikrahguzar@users.noreply.github.com>
This commit is contained in:
@ -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))))
|
||||
|
||||
|
Reference in New Issue
Block a user