Skip to content

Instantly share code, notes, and snippets.

@nilskoppelmann
Last active December 31, 2015 14:39
Show Gist options
  • Save nilskoppelmann/8001709 to your computer and use it in GitHub Desktop.
Save nilskoppelmann/8001709 to your computer and use it in GitHub Desktop.
Delete all swap files generated by vim.
rm .*.sw*
git rm -r --cache ./*/*.sw*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment