tweak: rebind doom/escape to evil-force-normal-state

This does essentially the same thing, but behaves slightly nicer.
This commit is contained in:
Kiana Sheibani 2026-02-14 18:28:10 -05:00
parent 12868aaaef
commit d9785b94ca
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1090,7 +1090,7 @@ Seeing as it's practically the Evil Emacs version of =C-g=, I often end up accid
(map! :map evil-normal-state-map
"C-q" #'evil-record-macro
;; Reasonable alternative
"q" #'doom/escape)
"q" #'evil-force-normal-state)
#+end_src
*** Creating New Projects