Skip to content

Instantly share code, notes, and snippets.

@aug2uag
Forked from Steven-Rose/gist:3943830
Last active September 3, 2015 04:00
Show Gist options
  • Save aug2uag/5a0a5e8da2395ace75b2 to your computer and use it in GitHub Desktop.
Save aug2uag/5a0a5e8da2395ace75b2 to your computer and use it in GitHub Desktop.
VI: Select all + delete, select all + copy
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