Add: tools/eshell: additional familiar readline bindings
This commit is contained in:
parent
22c9e2350d
commit
279cea5b08
1 changed files with 18 additions and 13 deletions
|
@ -53,6 +53,11 @@ redefines its keys every time `eshell-mode' is enabled."
|
|||
:i "SPC" #'self-insert-command
|
||||
:i "C-a" #'eshell-bol
|
||||
:i "C-d" #'+eshell/quit-or-delete-char
|
||||
:i "C-k" #'kill-line
|
||||
:i "C-p" #'eshell-previous-input
|
||||
:i "<up>" #'eshell-previous-input
|
||||
:i "C-n" #'eshell-previous-input
|
||||
:i "<down>" #'eshell-previous-input
|
||||
:m "<return>" #'+eshell/evil-append
|
||||
:n [remap evil-window-split] #'+eshell/split
|
||||
:n [remap evil-window-vsplit] #'+eshell/vsplit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue