Disabling swap files creation in vim

后端 未结 10 1333
孤独总比滥情好
孤独总比滥情好 2020-12-12 09:06

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.

I find them especia

10条回答
  •  执笔经年
    2020-12-12 09:19

    create no vim swap file just for a particular file

    autocmd bufenter  c:/aaa/Dropbox/TapNote/Todo.txt :set noswapfile
    

提交回复
热议问题