Variable: evil-move-beyond-eol
evil-move-beyond-eol is a customizable variable defined in
evil-vars.el.
Value
nil
Documentation
Whether the cursor can move past the end of the line.
If non-nil, the cursor is allowed to move one character past the end of the line, as in Emacs.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-move-beyond-eol nil
"Whether the cursor can move past the end of the line.
If non-nil, the cursor is allowed to move one character past the
end of the line, as in Emacs."
:type 'boolean
:group 'evil)