Variable: viper-insert-state-mode-list
viper-insert-state-mode-list is a customizable variable defined in
viper.el.gz.
Value
(internal-ange-ftp-mode comint-mode gud-mode inferior-emacs-lisp-mode erc-mode eshell-mode shell-mode)
Documentation
A list of major modes that should come up in Vi Insert state.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper.el.gz
(defcustom viper-insert-state-mode-list
'(internal-ange-ftp-mode
comint-mode
gud-mode
inferior-emacs-lisp-mode
erc-mode
eshell-mode
shell-mode)
"A list of major modes that should come up in Vi Insert state."
:type '(repeat symbol))