Variable: viper-quoted-insert-key
viper-quoted-insert-key is a customizable variable defined in
viper-keym.el.gz.
Value
""
Documentation
The key used to quote special characters when inserting them in Insert state.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-keym.el.gz
(defcustom viper-quoted-insert-key "\C-v"
"The key used to quote special characters when inserting them in Insert state."
:type 'string
:group 'viper)