I'm trying out vim after being a long term user of textmate, and while I can see the appeal of the app, even something as simple as selecting all on vim called on the a command line to paste into another app seems needlessly complex.
How do you make whatever you yank into the buffer available to other apps?
At present, I'm typing ggvG
to select the whole file, and then typing y
to yank it into the buffer, but this buffer isn't available to other apps.
I'm using Ubuntu Jaunty (the stock netbook remix install) and I'm using vim 7.2.79.
Also, is there a way to get a simple gui wrapper vim this as well, like how you have with macvim?