Variable: evil-symbol-word-search

evil-symbol-word-search is a customizable variable defined in evil-vars.el.

Value

nil

Documentation

If nil then * and # search for words otherwise for symbols.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
;; Searching
(defcustom evil-symbol-word-search nil
  "If nil then * and # search for words otherwise for symbols."
  :group 'evil
  :type 'boolean)