Variable: vip-help-in-insert-mode
vip-help-in-insert-mode is a customizable variable defined in
vip.el.gz.
Value
nil
Documentation
If t then C-h is bound to help-command in insert mode.
If nil then it is bound to delete-backward-char.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/vip.el.gz
(defcustom vip-help-in-insert-mode nil
"If t then C-h is bound to help-command in insert mode.
If nil then it is bound to `delete-backward-char'."
:type 'boolean)