Add: tools/eshell: C-d now quits or deletes depending on state
this is the default behavior of bash, zsh et al.
This commit is contained in:
parent
d0e84e3d41
commit
22c9e2350d
2 changed files with 8 additions and 0 deletions
|
@ -52,6 +52,7 @@ redefines its keys every time `eshell-mode' is enabled."
|
|||
:i "C-u" #'eshell-kill-input
|
||||
:i "SPC" #'self-insert-command
|
||||
:i "C-a" #'eshell-bol
|
||||
:i "C-d" #'+eshell/quit-or-delete-char
|
||||
: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