Variable: evil-visual-newline-commands

evil-visual-newline-commands is a customizable variable defined in evil-vars.el.

Value

(LaTeX-section TeX-font)

Documentation

Commands excluding the trailing newline of a Visual Line selection.

These commands work better without this newline.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-visual-newline-commands
  '(LaTeX-section
    TeX-font)
  "Commands excluding the trailing newline of a Visual Line selection.
These commands work better without this newline."
  :type  '(repeat symbol)
  :group 'evil
  :set #'evil-set-visual-newline-commands
  :initialize #'evil-custom-initialize-pending-reset)