I tried "+y and "*y but both doesn't seem to copy into the primary selection.
Note that vim --version returns -clipboard. Not sure what this means.
Also note that I'm running VIM in a terminal.
So how do I copy text into the Primary Selection in VIM?
Goal is to copy text from VIM into Google Chrome.
vim --versionreturns-clipboard, that means that your vim installation doesn't include the clipboard feature. A+means that the feature is installed. – leemes May 11 '12 at 17:39