feat(eshell): add vertico completion for eshell history (#5614)
This commit is contained in:
parent
3bd358dc36
commit
e0e031ad08
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue