Variable: evil-want-change-word-to-end
evil-want-change-word-to-end is a customizable variable defined in
evil-vars.el.
Value
t
Documentation
Whether cw behaves like ce.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-want-change-word-to-end t
"Whether `cw' behaves like `ce'."
:type 'boolean
:group 'evil)