Add <escape> to blacklisted evil-collection keys
evil-collection is overzealous about its role in aborting things. We already have our own doom-escape mechanism.
This commit is contained in:
parent
17d7130804
commit
f90c0b8040
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Don't let evil-collection interfere with certain keys
|
||||
(setq evil-collection-key-blacklist
|
||||
(list "C-j" "C-k" "gd" "gf" "K" "[" "]" "gz"
|
||||
(list "C-j" "C-k" "gd" "gf" "K" "[" "]" "gz" "<escape>"
|
||||
doom-leader-key doom-localleader-key
|
||||
doom-leader-alt-key doom-localleader-alt-key))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue