Is it possible to paste in insert mode in vim?
|
feedback
|
|
While in insert mode hit To find this in vim's help type | |||||||||||
feedback
|
|
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 | |||||||||
feedback
|
|
Key Combo: Ctrl-O p EDIT: Interesting. It does appear that there is a way as several other people have listed. | ||||
|
feedback
|
|
If you set vim to use the system clipboard ( | |||||
feedback
|
|
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. | |||
|
feedback
|
|
You can also use mouse middle button to paste in insert mode. | |||||
feedback
|