Heim > Fragen und Antworten > Hauptteil
Ich mag diejenigen, die alle paar Sekunden automatisch speichern, wie Webstorm und Pycharm.
Ich verwende VIM :help 'autosave'
und fand Folgendes hilfreich:
'autosave' 'as' number (default 0)
¦Automatically write the current buffer to file N seconds after the last change has been made and when 'modified' is still set.
¦Default: 0 = do not autosave the buffer.
Alternative: have 'autosave' use 'updatetime' and 'updatecount' but make
them save the file itself besides the swapfile.
Dann war ich .vimrc
里添加:set autosave as 5
,意思应该是修改过了5秒就自动保存吧,但是它提示:Unknown option: autosave
Was ist passiert?