Variable: vcursor-modifiers
vcursor-modifiers is a customizable variable defined in vcursor.el.gz.
Value
(control shift)
Documentation
A list of modifiers that are used to define vcursor key bindings.
Source Code
;; Defined in /usr/src/emacs/lisp/vcursor.el.gz
(defcustom vcursor-modifiers (list 'control 'shift)
"A list of modifiers that are used to define vcursor key bindings."
:type '(repeat symbol))