Variable: viper-vi-global-user-map
viper-vi-global-user-map is a variable defined in viper-keym.el.gz.
Value
Documentation
Keymap for user-defined global bindings.
These bindings are seen in all Viper buffers.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-keym.el.gz
(defvar viper-vi-global-user-map (make-sparse-keymap)
"Keymap for user-defined global bindings.
These bindings are seen in all Viper buffers.")