Function: evil-inner-word
evil-inner-word is an interactive and byte-compiled function defined
in evil-commands.el.
Signature
(evil-inner-word &optional COUNT BEG END TYPE)
Documentation
Select inner word.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-text-object evil-inner-word (count &optional beg end _type)
"Select inner word."
(evil-select-inner-restricted-object 'evil-word beg end type count))