Skip to content

Instantly share code, notes, and snippets.

@pisfly
Created July 30, 2016 08:40
Show Gist options
  • Save pisfly/335679d72edf525df41dc717a6f544cc to your computer and use it in GitHub Desktop.
Save pisfly/335679d72edf525df41dc717a6f544cc 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