tweak: rebind doom/escape to evil-force-normal-state
This does essentially the same thing, but behaves slightly nicer.
This commit is contained in:
parent
12868aaaef
commit
d9785b94ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue