From 672b74e76fc778ba85b46af7722e082a378814fe Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Oct 2021 13:50:50 -0700 Subject: emacs: add binding for counsel-esh-history The default one is not working, and I don't think it's obvious to me what it was anyway. --- emacs/custom/fcuny-eshell.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/custom/fcuny-eshell.el b/emacs/custom/fcuny-eshell.el index 1e0d994..38d67da 100644 --- a/emacs/custom/fcuny-eshell.el +++ b/emacs/custom/fcuny-eshell.el @@ -156,7 +156,8 @@ append to it, while separating multiple outputs with (eshell-mode . eshell-smart-initialize)) :commands (eshell eshell-command) :bind (("C-c e h" . fcuny/eshell-here) - ("C-c e e" . fcuny/eshell-export)) + ("C-c e e" . fcuny/eshell-export) + ("C-c r" . counsel-esh-history)) :custom (eshell-scroll-to-bottom-on-input 'all) (eshell-error-if-no-glob t) -- cgit 1.4.1