Remap eshell history search with consult alternative

This commit is contained in:
Curt Spark 2026-03-10 18:12:35 +00:00
parent 328613e296
commit 73485647b4
1 changed files with 2 additions and 1 deletions

View File

@ -375,7 +375,8 @@
:config
(define-key global-map [remap isearch-forward] 'consult-ripgrep)
(define-key global-map [remap switch-to-buffer] 'consult-buffer)
(define-key global-map [remap set-fill-column] 'consult-fd))
(define-key global-map [remap set-fill-column] 'consult-fd)
(define-key global-map [remap eshell-previous-matching-input] 'consult-history))
;; Persist history over Emacs restarts. Vertico sorts by history position.