When i yank a whole line and press p in creates a new line to put the yanked text. Because of the newline characters.
But if I yank part of a line is there a way to put that yanked text in a new line.
I currently do o-esc-p. Is this the only way?
|
When i yank a whole line and press p in creates a new line to put the yanked text. Because of the newline characters. But if I yank part of a line is there a way to put that yanked text in a new line. I currently do o-esc-p. Is this the only way?
| |||
|
feedback
|
|
Here's your answer from Vim help:
But colon-p-u-enter is more keystrokes anyway =/ | |||
feedback
|
|
Theres o(c-r)0 as you can always paste from registers while your in insert mode but thats only if you want to remain in insert mode after the paste | |||
|
feedback
|