Variable: viper-fast-keyseq-timeout
viper-fast-keyseq-timeout is a customizable variable defined in
viper-init.el.gz.
Value
200
Documentation
Max milliseconds for a key sequence to be regarded as a Vi-style macro.
Only regard key sequence as a macro if it is defined. Setting this too high may slow down your typing. Setting this value too low will make it hard to use Vi-style timeout macros.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
;; Fast keyseq and ESC keyseq timeouts
(defcustom viper-fast-keyseq-timeout 200
"Max milliseconds for a key sequence to be regarded as a Vi-style macro.
Only regard key sequence as a macro if it is defined.
Setting this too high may slow down your typing. Setting this value too low
will make it hard to use Vi-style timeout macros."
:type 'integer
:group 'viper-misc)