Variable: viper-vi-kbd-minor-mode

viper-vi-kbd-minor-mode is a buffer-local variable defined in viper-init.el.gz.

Documentation

Minor mode for Ex command macros in Vi 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-vi-kbd-minor-mode nil
  "Minor mode for Ex command macros in Vi state.
The corresponding keymap stores key bindings of Vi macros defined with
the Ex command :map.")