tweak: set q to doom/escape
This commit is contained in:
parent
d454033af9
commit
01d57cd409
1 changed files with 3 additions and 2 deletions
|
|
@ -1062,8 +1062,9 @@ Seeing as it's practically the Evil Emacs version of =C-g=, I often end up accid
|
|||
|
||||
#+begin_src emacs-lisp
|
||||
(map! :map evil-normal-state-map
|
||||
"q" nil
|
||||
"C-q" #'evil-record-macro)
|
||||
"C-q" #'evil-record-macro
|
||||
;; Reasonable alternative
|
||||
"q" #'doom/escape)
|
||||
#+end_src
|
||||
|
||||
*** Creating New Projects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue