diff options
author | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-02-22 01:01:00 -0700 |
---|---|---|
committer | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-02-22 01:01:35 -0700 |
commit | c707e60949eeda92c437e2ea1dbd258d04a1bff1 (patch) | |
tree | a89a4fa5589571966608685464360307541fc3a4 /mixins/ui.el | |
parent | b5ad459b58702e9499fd08ed18e003c8a368ad68 (diff) |
Add consult-history to eshell in ui mixin
Diffstat (limited to 'mixins/ui.el')
-rw-r--r-- | mixins/ui.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mixins/ui.el b/mixins/ui.el index 1698385..54a71c0 100644 --- a/mixins/ui.el +++ b/mixins/ui.el @@ -79,6 +79,9 @@ ("C-s" . consult-line) ;; orig. isearch )) +(use-package eshell + :bind (("C-r" . consult-history))) + ;; Orderless: powerful completion style (use-package orderless :ensure t |