Evil: Search symbols, not words

master
Pierre Neidhardt 2017-10-27 10:02:23 +01:00
parent 43fd9ceed9
commit 955629634c
1 changed files with 3 additions and 2 deletions

View File

@ -30,8 +30,9 @@
(setq evil-cross-lines t
evil-move-beyond-eol t ; Especially useful for Edebug.
evil-move-cursor-back nil
evil-want-fine-undo t
evil-symbol-word-search nil)
evil-want-fine-undo t)
(setq-default evil-symbol-word-search t)
;;; The evil-leader package has that over regular bindings that it centralizes
;;; the leader key configuration and automatically makes it available in relevant