mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
tools/eshell: major refactor; add eshell management commands
This commit is contained in:
@@ -61,7 +61,9 @@ redefines its keys every time `eshell-mode' is enabled."
|
||||
:i "C-n" #'eshell-next-input
|
||||
[remap doom/backward-to-bol-or-indent] #'eshell-bol
|
||||
[remap doom/backward-kill-to-bol-and-indent] #'eshell-kill-input
|
||||
[remap evil-window-split] #'+eshell/split
|
||||
[remap evil-window-vsplit] #'+eshell/vsplit))
|
||||
[remap split-window-below] #'+eshell/split-below
|
||||
[remap split-window-right] #'+eshell/split-right
|
||||
[remap evil-window-split] #'+eshell/split-below
|
||||
[remap evil-window-vsplit] #'+eshell/split-right))
|
||||
(add-hook 'eshell-first-time-mode-hook #'+eshell|init-keymap))
|
||||
|
||||
|
Reference in New Issue
Block a user