Variable: evil-v$-excludes-newline

evil-v$-excludes-newline is a customizable variable defined in evil-vars.el.

Value

nil

Documentation

If non-nil, evil-end-of-line does not move as far as to include the
 char at eol. This makes v$ consistent with $ used as a
motion (e.g. v$y is consistent with y$ in normal state).

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-v$-excludes-newline nil
  "If non-nil, `evil-end-of-line' does not move as far as to include
the `\n' char at eol. This makes `v$' consistent with `$' used as a
motion (e.g. `v$y' is consistent with `y$' in normal state)."
  :type 'boolean
  :group 'evil)