Variable: evil-ex-search-incremental

evil-ex-search-incremental is a customizable variable defined in evil-vars.el.

Value

t

Documentation

If t, use incremental search. Note that this only affects the search command if evil-search-module is set to evil-search.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-ex-search-incremental t
  "If t, use incremental search. Note that this only affects the
search command if `evil-search-module' is set to `evil-search'."
  :type 'boolean
  :group 'evil)