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 put set directory="" in your exrc file, you will turn off the swap file. However, doing so will disable recovery.
set directory=""
More info here.