Function: evil-a-WORD

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

Signature

(evil-a-WORD &optional COUNT BEG END TYPE)

Documentation

Select a WORD.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-text-object evil-a-WORD (count &optional beg end _type)
  "Select a WORD."
  (evil-select-a-restricted-object 'evil-WORD beg end type count))