Last active
December 31, 2015 14:39
-
-
Save nilskoppelmann/8001709 to your computer and use it in GitHub Desktop.
Delete all swap files generated by vim.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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