Bind C-j/C-k to forward/backward history for eshell
This commit is contained in:
parent
3fe6f7f3d9
commit
1fd18b88dd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue