Function: evil-first-non-blank
evil-first-non-blank is an interactive and byte-compiled function
defined in evil-commands.el.
Signature
(evil-first-non-blank)
Documentation
Move the cursor to the first non-blank character of the current line.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-motion evil-first-non-blank ()
"Move the cursor to the first non-blank character of the current line."
:type exclusive
(evil-narrow-to-line (back-to-indentation)))