Function: evil-ex-search-forward

evil-ex-search-forward is an interactive and byte-compiled function defined in evil-commands.el.

Signature

(evil-ex-search-forward &optional COUNT)

Documentation

Start a forward search.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-motion evil-ex-search-forward (count)
  "Start a forward search."
  :jump t
  :type exclusive
  :repeat evil-repeat-ex-search
  (evil-ex-start-search 'forward count))