Variable: evil-visual-update-x-selection-p

evil-visual-update-x-selection-p is a customizable variable defined in evil-vars.el.

Value

t

Documentation

Whether to update the X PRIMARY selection with the current visual region.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-visual-update-x-selection-p t
  "Whether to update the X PRIMARY selection with the current visual region."
  :type  'boolean
  :group 'evil)