How to paste in a new line with vim?
Posted
by static_rtti
on Stack Overflow
See other posts from Stack Overflow
or by static_rtti
Published on 2009-08-28T12:33:58Z
Indexed on
2010/06/14
12:12 UTC
Read the original article
Hit count: 127
I often have to paste some stuff on a new line in vim. What I usually do is:
o<Esc>p
Which inserts a new line and puts me in insertion mode, than quits insertion mode, and finally pastes.
Three keystrokes. Not very efficient. Any better ideas?
© Stack Overflow or respective owner