fix(:input layout bepo): Ensure eshell rotation goes after evil-collection maps
Fixes #4847
This commit is contained in:
parent
a4a64b9c6c
commit
804504025c
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ In all cases, 'h' functions go to 'c' and 'l' ones go to 'r' so the navigation k
|
|||
(after! evil-snipe
|
||||
(+layout-bepo-rotate-keymaps
|
||||
'(evil-snipe-local-mode-map evil-snipe-override-local-mode-map)))
|
||||
(after! eshell
|
||||
(add-hook 'eshell-first-time-mode-hook (lambda () (+layout-bepo-rotate-keymaps '(eshell-mode-map))) 99))
|
||||
(after! lispyville
|
||||
;; <> en direct
|
||||
(general-translate-key '(normal motion) 'lispyville-mode-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue