In block selection mode, I
VIM switches to insert mode with the cursor up to the first character in the first line of the block.
All the characters that you type in this first line will be inserted before all lines in the selection, right before the selected block.
You can do the same with A
, except that you add it after the block.
Nathan fellman
source share