Skip to content

Instantly share code, notes, and snippets.

View jeffreybarke's full-sized avatar

Jeffrey Barke jeffreybarke

View GitHub Profile
@Steven-Rose
Steven-Rose / gist:3943830
Created October 24, 2012 04:27
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.