Function: evil-command-window-search-forward

evil-command-window-search-forward is an interactive and byte-compiled function defined in evil-command-window.el.

Signature

(evil-command-window-search-forward)

Documentation

Open a command-line window for forward searches.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-command-window.el
(defun evil-command-window-search-forward ()
  "Open a command-line window for forward searches."
  (interactive)
  (evil--command-window-search t))