SyntaxFix
Write A Post
Hire A Developer
Questions
If you are on MacOS X:
$ brew install vim $ vim --version VIM - Vi IMproved 7.4 [...]
Then, add to your .vimrc:
set clipboard=unnamed
Now you just need to be in vim and do :%y, to have all the content copied to your clipboard.
:%y