Skip to content

Instantly share code, notes, and snippets.

@Johnytran
Created September 26, 2015 04:53
Show Gist options
  • Save Johnytran/af9be15883f9635410d9 to your computer and use it in GitHub Desktop.
Save Johnytran/af9be15883f9635410d9 to your computer and use it in GitHub Desktop.
Select all text in vim
The simplest and fastest way is to use: : % y + and then go over to Google Docs (or wherever) and paste.
Another way is g g " + y G but you will likely admitt that the above is faster and easier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment