Variable: viper-emacs-kbd-minor-mode
viper-emacs-kbd-minor-mode is a buffer-local variable defined in
viper-init.el.gz.
Documentation
Minor mode for Vi style macros in Emacs state.
The corresponding keymap stores key bindings of Vi macros defined with
viper-record-kbd-macro command. There is no Ex-level command to do this
interactively.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defvar-local viper-emacs-kbd-minor-mode nil
"Minor mode for Vi style macros in Emacs state.
The corresponding keymap stores key bindings of Vi macros defined with
`viper-record-kbd-macro' command. There is no Ex-level command to do this
interactively.")