summary refs log tree commit diff
path: root/emacs/custom/fcuny-eshell.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/fcuny-eshell.el')
-rw-r--r--emacs/custom/fcuny-eshell.el3
1 files changed, 2 insertions, 1 deletions
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)