Variable: viper-insert-kbd-minor-mode
viper-insert-kbd-minor-mode is a buffer-local variable defined in
viper-init.el.gz.
Documentation
Minor mode for Ex command macros Insert state.
The corresponding keymap stores key bindings of Vi macros defined with the Ex command :map!.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defvar-local viper-insert-kbd-minor-mode nil
"Minor mode for Ex command macros Insert state.
The corresponding keymap stores key bindings of Vi macros defined with
the Ex command :map!.")