How do I allow block selections past end-of-line while still permitting one-char past EOL cursor movement?
:set virtualedit=block,onemore
virtualedit controls whether the cursor can move to positions that do not yet contain text.
:set virtualedit=block,onemore
virtualedit controls whether the cursor can move to positions that do not yet contain text.