mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Bind C-j/C-k to forward/backward history for eshell
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user