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
here are my personal ~/.vimrc backup settings
" backup to ~/.tmp set backup set backupdir=~/.vim-tmp,~/.tmp,~/tmp,/var/tmp,/tmp set backupskip=/tmp/*,/private/tmp/* set directory=~/.vim-tmp,~/.tmp,~/tmp,/var/tmp,/tmp set writebackup