Bind C-j/C-k to forward/backward history for eshell

This commit is contained in:
Henrik Lissner 2020-01-09 15:26:08 -05:00
parent 3fe6f7f3d9
commit 1fd18b88dd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -132,6 +132,8 @@ You should use `set-eshell-alias!' to change this.")
:n "C" #'+eshell/evil-change-line :n "C" #'+eshell/evil-change-line
:n "d" #'+eshell/evil-delete :n "d" #'+eshell/evil-delete
:n "D" #'+eshell/evil-delete-line :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 :ig "C-d" #'+eshell/quit-or-delete-char
"TAB" #'+eshell/pcomplete "TAB" #'+eshell/pcomplete
[tab] #'+eshell/pcomplete [tab] #'+eshell/pcomplete