Is there a way to disable .swp files creation in vim? or at least create them all in one place so I can find and delete them easily.
.swp
I find them especia
If you are using git, you can add *.swp to .gitignore.
git
*.swp
.gitignore