tools/eshell: major refactor; add eshell management commands
This commit is contained in:
parent
bb8304c15d
commit
a6cc5a219b
2 changed files with 131 additions and 29 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue