diff --git a/init.el b/init.el index 3659763..05c7ff8 100644 --- a/init.el +++ b/init.el @@ -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.