How do you insert text on multiple lines using visual block mode?
<C-v>jjI text <Esc>
Enter visual block with , select lines with j, press I to insert before the block.
<C-v>jjI text <Esc>
Enter visual block with , select lines with j, press I to insert before the block.
<C-r>%
In insert mode, % inserts the current filename.