I want to copy text from visual mode into system (Ubuntu) clipboard. When I do ggVG to select everything in Vim, I can't seem to copy that into system clipboard.
Now I read several options on how to do this, but none of them works. For example this does not work:
"+y or "+ or "*yy
Why is it not working?