From 568f899369d2b24f9f43675937cf44c1c58a3e91 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 17 Nov 2019 20:37:12 -0500 Subject: [PATCH] emacs: eshell: bind counsel-esh-history in eshell-hist-mode-map --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e8e4870..5e3ce80 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1087,7 +1087,8 @@ This function is intended for use with `ivy-ignore-buffers'." ("C-S-l" . b/eshell-clear) ("M-r" . counsel-esh-history) ;; ([tab] . company-complete) - )) + :map eshell-hist-mode-map + ("M-r" . counsel-esh-history))) :hook (eshell-mode . b/eshell-setup) :custom -- 2.20.1