In vi/vim is there any way to make Visual Block Mode unconstrained by line endings?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted
:set virtualedit=block

See :help 've' for more details.

link|improve this answer
Note that for appending you still have to use A instead of I if the visual block extends past a line ending. – Benoit Oct 18 '10 at 7:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.