Variable: cua-remap-control-v

cua-remap-control-v is a customizable variable defined in cua-base.el.gz.

Value

t

Documentation

If non-nil, C-v binding is used for paste (yank).

Also, M-v is mapped to delete-selection-repeat-replace-region.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/cua-base.el.gz
(defcustom cua-remap-control-v t
  "If non-nil, C-v binding is used for paste (yank).
Also, M-v is mapped to `delete-selection-repeat-replace-region'."
  :type 'boolean)