From 955629634ced3fe1c55dfc09bab62abcc294cf24 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 27 Oct 2017 10:02:23 +0100 Subject: [PATCH] Evil: Search symbols, not words --- .emacs.d/lisp/init-evil.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.emacs.d/lisp/init-evil.el b/.emacs.d/lisp/init-evil.el index da3d4a6e..4a47c7e9 100644 --- a/.emacs.d/lisp/init-evil.el +++ b/.emacs.d/lisp/init-evil.el @@ -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