Function: evil-forward-WORD-begin
evil-forward-WORD-begin is an interactive and byte-compiled function
defined in evil-commands.el.
Signature
(evil-forward-WORD-begin &optional COUNT)
Documentation
Move the cursor to the beginning 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-begin (count)
"Move the cursor to the beginning of the COUNT-th next WORD."
:type exclusive
(evil-forward-word-begin count t))