Function: evil-forward-WORD-end

evil-forward-WORD-end is an interactive and byte-compiled function defined in evil-commands.el.

Signature

(evil-forward-WORD-end &optional COUNT)

Documentation

Move the cursor to the end of the COUNT-th next WORD.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-motion evil-forward-WORD-end (count)
  "Move the cursor to the end of the COUNT-th next WORD."
  :type inclusive
  (evil-forward-word-end count t))