Variable: viper-want-ctl-h-help
viper-want-ctl-h-help is a customizable variable defined in
viper-keym.el.gz.
Value
nil
Documentation
If non-nil, bind C-h to help-command.
If nil, C-h gets the usual Vi bindings.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-keym.el.gz
(defcustom viper-want-ctl-h-help nil
"If non-nil, bind C-h to `help-command'.
If nil, C-h gets the usual Vi bindings."
:type 'boolean
:group 'viper)