Function: evil-ace-jump-word-mode
evil-ace-jump-word-mode is an interactive and byte-compiled function
defined in evil-integration.el.
Signature
(evil-ace-jump-word-mode &optional COUNT)
Documentation
Jump visually to the beginning of a word using ace-jump.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-integration.el
(evil-define-motion evil-ace-jump-word-mode (_count)
"Jump visually to the beginning of a word using ace-jump."
:type exclusive
:repeat abort
(evil-without-repeat
(evil-enclose-ace-jump-for-motion
(call-interactively 'ace-jump-word-mode))))