Variable: evil-repeat-move-cursor
evil-repeat-move-cursor is a customizable variable defined in
evil-vars.el.
Value
t
Documentation
Whether repeating commands with . (evil-repeat) may move the cursor.
If nil, the original cursor position is preserved, even if the command
normally would have moved the cursor.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-repeat-move-cursor t
"\\<evil-normal-state-map>
Whether repeating commands with \\[evil-repeat] may move the cursor.
If nil, the original cursor position is preserved, even if the command
normally would have moved the cursor."
:type 'boolean
:group 'evil)