Variable: evil-bigword

evil-bigword is a customizable variable defined in evil-vars.el.

Value

"^      
\n"

Documentation

The set of characters to be interpreted as WORD boundaries.

This is enclosed with square brackets and used as a regular expression. By default, whitespace characters are considered WORD boundaries.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-bigword "^ \t\r\n"
  "The set of characters to be interpreted as WORD boundaries.
This is enclosed with square brackets and used as a regular
expression.  By default, whitespace characters are considered
WORD boundaries."
  :type 'string
  :group 'evil)