Skip to content

Instantly share code, notes, and snippets.

@etelford
Last active August 29, 2015 14:20
Show Gist options
  • Save etelford/adc9cfc97a903583387a to your computer and use it in GitHub Desktop.
Save etelford/adc9cfc97a903583387a to your computer and use it in GitHub Desktop.
Vim snippets
# Copy a line
yy
# Delete a line
dd
# Past line AFTER
p
# Past line BEFORE
P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment