Variable: evil-flash-delay

evil-flash-delay is a customizable variable defined in evil-vars.el.

Value

2

Documentation

Time in seconds to flash search matches after n (evil-search-next) and N (evil-search-previous).

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-flash-delay 2
  "\\<evil-motion-state-map>
Time in seconds to flash search matches after \\[evil-search-next] and \
\\[evil-search-previous]."
  :type  'number
  :group 'evil)