Function: evil-beginning-of-line

evil-beginning-of-line is an interactive and byte-compiled function defined in evil-commands.el.

Signature

(evil-beginning-of-line)

Documentation

Move the cursor to the beginning of the current line.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-motion evil-beginning-of-line ()
  "Move the cursor to the beginning of the current line."
  :type exclusive
  (move-beginning-of-line nil))