Function: evil-backward-WORD-end

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

Signature

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

Documentation

Move the cursor to the end 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-end (count)
  "Move the cursor to the end of the COUNT-th previous WORD."
  :type inclusive
  (evil-backward-word-end count t))