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:
William Carroll 2020-03-20 12:12:42 +00:00
parent d0d77baafb
commit 117f0be7c2

View file

@ -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)