mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat(eshell): add vertico completion for eshell history (#5614)
This commit is contained in:
@ -165,6 +165,9 @@ Once the eshell process is killed, the previous frame layout is restored."
|
|||||||
:action #'ivy-completion-in-region-action)))
|
:action #'ivy-completion-in-region-action)))
|
||||||
((featurep! :completion helm)
|
((featurep! :completion helm)
|
||||||
(helm-eshell-history))
|
(helm-eshell-history))
|
||||||
|
((featurep! :completion vertico)
|
||||||
|
(forward-char 1) ;; Move outside of read only prompt text.
|
||||||
|
(consult-history))
|
||||||
((eshell-list-history))))
|
((eshell-list-history))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Reference in New Issue
Block a user