Skip to content

Commit

Permalink
Bind consult-history in eshell
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Aug 13, 2024
1 parent 0c83c56 commit f70449c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lisp/init-shell.el
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ current directory."
(eshell-cmpl-ignore-case t)
(eshell-cmpl-cycle-completions nil))

(use-package em-hist
:ensure nil
:bind (:map eshell-hist-mode-map
("M-r" . consult-history)))

(use-package em-rebind
:ensure nil
:commands eshell-delchar-or-maybe-eof)
Expand Down

0 comments on commit f70449c

Please sign in to comment.