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
Comments
Post a Comment