editor - Disabling swap files creation in vim -


Is there any way to create .swp in VIM? Or at least make them all in one place so that I can easily find and remove them.

I especially bother them when I copy the original directory at the same time while editing. Of course I know that I can use -exec to find and remove them. But I want a more practical solution.

Try : set noswapfile , or ":" in your vimrc file See

for more details without

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -