Skip to content

Instantly share code, notes, and snippets.

@paulsheldrake
Forked from Steven-Rose/gist:3943830
Last active August 29, 2015 14:17
Show Gist options
  • Save paulsheldrake/89ded593ebaa19c587fc to your computer and use it in GitHub Desktop.
Save paulsheldrake/89ded593ebaa19c587fc 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