Variable: evil-ex-interactive-search-highlight

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

Value

all-windows

Documentation

Determine in which windows the interactive highlighting should be shown.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-ex-interactive-search-highlight 'all-windows
  "Determine in which windows the interactive highlighting should be shown."
  :type '(radio (const :tag "All windows." all-windows)
                (const :tag "Selected window." selected-window)
                (const :tag "Disable highlighting." nil))
  :group 'evil)