babun: copy/paste from windows clipboard into vim? babun: copy/paste from windows clipboard into vim? windows windows

babun: copy/paste from windows clipboard into vim?


While in vim, try tu use shift + Mouse right click


Running the following command worked for me. Essentially just adding to your vimrc.

echo "set mouse-=a" >> ~/.vimrc


Adding to the various other solutions: if you're getting the --visual-- mode when right-clicking into vim (babun) when trying to paste from the clipboard, you may try to paste by using the following (in "esc" edit mode): "*p

That is: keep holding shift down to type double-quote (") followed by *, then type a lower-case p