To Clean out ALL vim Swap Files in a Directory: If you are sure you don’t need any vim swap files in a directory tree and want to get rid of them, you can use the following command in the directory while vim is not running (not even in another window or even a different login session):
find . -type f -name "*.sw[klmnop]" -delete