mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move windows with C-hjkl eshell's insert mode
This commit is contained in:
@ -82,6 +82,10 @@ redefines its keys every time `eshell-mode' is enabled."
|
|||||||
"D" #'+eshell/evil-delete-line)
|
"D" #'+eshell/evil-delete-line)
|
||||||
(evil-define-key* 'insert eshell-mode-map
|
(evil-define-key* 'insert eshell-mode-map
|
||||||
[tab] #'+eshell/pcomplete
|
[tab] #'+eshell/pcomplete
|
||||||
|
"\C-j" #'evil-window-down
|
||||||
|
"\C-k" #'evil-window-up
|
||||||
|
"\C-h" #'evil-window-left
|
||||||
|
"\C-l" #'evil-window-right
|
||||||
"\C-d" #'+eshell/quit-or-delete-char
|
"\C-d" #'+eshell/quit-or-delete-char
|
||||||
"\C-p" #'eshell-previous-input
|
"\C-p" #'eshell-previous-input
|
||||||
"\C-n" #'eshell-next-input))
|
"\C-n" #'eshell-next-input))
|
||||||
|
Reference in New Issue
Block a user