> * No clipboard support -- all copying and pasting operations, apart from being another example of bizarre vi incantations requiring the recall of a raft of magic characters, is within vi/vim and disregards the system clipboard.
I was under the impression, vim does have clipboard support.
Putting "set clipboard=unnamed" in ~/.vimrc integrates it with system clipboard (at least on OSX).