Function: evil-backward-WORD-begin

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

Signature

(evil-backward-WORD-begin &optional COUNT)

Documentation

Move the cursor to the beginning of the COUNT-th previous WORD.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-motion evil-backward-WORD-begin (count)
  "Move the cursor to the beginning of the COUNT-th previous WORD."
  :type exclusive
  (evil-backward-word-begin count t))