Is it possible to paste in insert mode in vim?
|
While in insert mode hit To find this in vim's help type |
|||||||||||||||||||
|
|
If you don't want Vim to mangle formatting in incoming pasted text, you might also want to consider using: It's also possible to toggle the mode with a single key, by adding something like |
|||||||||||||||
|
|
Key Combo: Ctrl-O p EDIT: Interesting. It does appear that there is a way as several other people have listed. |
|||||
|
|
If you set vim to use the system clipboard ( |
|||||
|
|
You can also use mouse middle button to paste in insert mode. |
|||||||||||||
|
|
Yes. In Windows Ctrl+V and in Linux pressing both mouse buttons nearly simultaneously. In Windows I think this line in my _vimrc probably does it:
In Linux I don't remember how I did it. It looks like I probably deleted some line from the default .vimrc file. |
|||||
|
|
I use this to nicely paste from clipboard with Ctrlv:
And this for yanking visual selection into clipboard with Ctrlc:
|
||||
|
|