Improve popup compatibility for eshell & multi-term
This commit is contained in:
parent
d675ade45d
commit
742f5b26ed
4 changed files with 6 additions and 5 deletions
|
@ -60,11 +60,8 @@ redefines its keys every time `eshell-mode' is enabled."
|
|||
:i "C-n" #'eshell-next-input
|
||||
:i "<down>" #'eshell-next-input
|
||||
:m "<return>" #'+eshell/evil-append
|
||||
:n [remap evil-window-split] #'+eshell/split
|
||||
:n [remap evil-window-vsplit] #'+eshell/vsplit
|
||||
:n [remap evil-record-macro] #'eshell-life-is-too-much
|
||||
[remap kill-this-buffer] #'eshell-life-is-too-much
|
||||
[remap +workspace/close-window-or-workspace] #'eshell-life-is-too-much))
|
||||
[remap kill-this-buffer] #'eshell-life-is-too-much))
|
||||
(add-hook 'eshell-mode-hook #'+eshell|init-keymap)
|
||||
|
||||
;; Aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue