Unbind <SPC> in evil's motion map
By default this just advances the point one character, which I don't use nor want especially because my leader key is the space key.
This commit is contained in:
parent
d0d77baafb
commit
117f0be7c2
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
(interactive)
|
||||
(let ((xref-prompt-for-identifier nil))
|
||||
(call-interactively #'xref-find-references))))
|
||||
(general-unbind 'motion "M-." "C-p")
|
||||
(general-unbind 'motion "M-." "C-p" "<SPC>")
|
||||
(general-unbind 'normal "s" "M-." "C-p" "C-n")
|
||||
(general-unbind 'insert "C-v" "C-d" "C-a" "C-e" "C-n" "C-p" "C-k")
|
||||
(setq evil-symbol-word-search t)
|
||||
|
|
Loading…
Reference in a new issue