tools/eshell: major refactor; add eshell management commands

This commit is contained in:
Henrik Lissner 2018-03-24 07:36:59 -04:00
parent bb8304c15d
commit a6cc5a219b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 131 additions and 29 deletions

View file

@ -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))