Variable: viper-insert-minibuffer-minor-mode
viper-insert-minibuffer-minor-mode is a buffer-local variable defined
in viper-init.el.gz.
Documentation
Minor mode that forces Vi-style when the Minibuffer is in Insert state.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defvar-local viper-insert-minibuffer-minor-mode nil
"Minor mode that forces Vi-style when the Minibuffer is in Insert state.")