mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
;; Don't let evil-collection interfere with certain keys
|
;; Don't let evil-collection interfere with certain keys
|
||||||
(setq evil-collection-key-blacklist
|
(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-key doom-localleader-key
|
||||||
doom-leader-alt-key doom-localleader-alt-key))
|
doom-leader-alt-key doom-localleader-alt-key))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user