Variable: evil-text-object-change-visual-type
evil-text-object-change-visual-type is a customizable variable defined
in evil-vars.el.
Value
t
Documentation
Text objects change the current visual state type.
If non-nil then a text-object changes the type of the visual state to its default selection type (e.g. a word object always changes to charwise visual state). Otherwise the current visual state type is preserved.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-text-object-change-visual-type t
"Text objects change the current visual state type.
If non-nil then a text-object changes the type of the visual state to
its default selection type (e.g. a word object always changes to
charwise visual state). Otherwise the current visual state type is
preserved."
:type 'boolean
:group 'evil)