mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add gz to evil-collection-key-blacklist
This commit is contained in:
@ -838,5 +838,5 @@
|
|||||||
|
|
||||||
;; Evil-collection fixes
|
;; Evil-collection fixes
|
||||||
(setq evil-collection-key-blacklist
|
(setq evil-collection-key-blacklist
|
||||||
(list "C-j" "C-k" "gd" "gf" "K" "[" "]"
|
(list "C-j" "C-k" "gd" "gf" "K" "[" "]" "gz"
|
||||||
doom-leader-key doom-localleader-key))
|
doom-leader-key doom-localleader-key))
|
||||||
|
Reference in New Issue
Block a user