-
-
Save Johnytran/af9be15883f9635410d9 to your computer and use it in GitHub Desktop.
Select all text in vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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