Variable: evil-start-of-line
evil-start-of-line is a customizable variable defined in evil-vars.el.
Value
nil
Documentation
Analogue of vim's startofline.
If nil, preserve column when making relevant movements of the cursor. Otherwise, move the cursor to the start of the line.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-start-of-line nil
"Analogue of vim's `startofline'.
If nil, preserve column when making relevant movements of the cursor.
Otherwise, move the cursor to the start of the line."
:type 'boolean
:group 'evil)