Variable: viper-slash-and-colon-map

viper-slash-and-colon-map is a variable defined in viper-keym.el.gz.

Value

/  viper-search-forward
:  viper-ex

Documentation

This map redefines \/ and \: to behave as in Vi.

Useful in some modes, such as Gnus, MH, etc.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-keym.el.gz
;; Some other maps
(defvar-keymap viper-slash-and-colon-map
  :doc "This map redefines \\`/' and \\`:' to behave as in Vi.
Useful in some modes, such as Gnus, MH, etc.")