fix(lispy): evil-escape keybind collision on j
* Remove evil-escape from lisp modes * Use evil-escape-inhibit-functions hook Close #5328
This commit is contained in:
parent
9dc0d10c09
commit
ccd20847c7
1 changed files with 4 additions and 1 deletions
|
@ -38,4 +38,7 @@
|
|||
additional
|
||||
additional-insert))
|
||||
:config
|
||||
(lispyville-set-key-theme))
|
||||
(lispyville-set-key-theme)
|
||||
(add-hook! 'evil-escape-inhibit-functions
|
||||
(defun +lispy-inhibit-evil-escape-fn ()
|
||||
(and lispy-mode (evil-insert-state-p)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue