You can use -n to open vim without using a swapfile:
To do this all the time, just put
alias vim='vim -n'
in your .bashrc or .bash_aliases file
if you ever need to run vim without the -n option, just run
\vim
You can use -n to open vim without using a swapfile:
To do this all the time, just put
alias vim='vim -n'
in your .bashrc or .bash_aliases file
if you ever need to run vim without the -n option, just run
\vim