Skip to content

Instantly share code, notes, and snippets.

@cold-coder
Forked from Steven-Rose/gist:3943830
Created August 31, 2014 12:59
Show Gist options
  • Save cold-coder/c866f6311c7789ac9102 to your computer and use it in GitHub Desktop.
Save cold-coder/c866f6311c7789ac9102 to your computer and use it in GitHub Desktop.
Select all and delete (actually move to buffer)
:%d
Select all and copy to buffer
:%y
Use p to paste the buffer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment