http://stackoverflow.com/questions/9549729/in-vim-how-do-i-effectively-insert-the-same-characters-across-multiple-lines Move the cursor to the n in name. Enter visual block mode (ctrlv). Press j three times. Press I. Type in vendor_. Press esc. In Vim how do I effectively insert the same characters across multiple lines?