diff --git a/modules/term/eshell/config.el b/modules/term/eshell/config.el index 5e185b60a..4a65e231b 100644 --- a/modules/term/eshell/config.el +++ b/modules/term/eshell/config.el @@ -132,6 +132,8 @@ You should use `set-eshell-alias!' to change this.") :n "C" #'+eshell/evil-change-line :n "d" #'+eshell/evil-delete :n "D" #'+eshell/evil-delete-line + :ni "C-j" #'eshell-next-matching-input-from-input + :ni "C-k" #'eshell-previous-matching-input-from-input :ig "C-d" #'+eshell/quit-or-delete-char "TAB" #'+eshell/pcomplete [tab] #'+eshell/pcomplete