VIM 自動儲存的最佳方案?
某草草
某草草 2017-05-16 16:41:05
0
1
543

我喜歡那種每過幾秒就會自動保存一次的,就像 webstorm 和 Pycharm 那樣。
VIM 我用 :help 'autosave'發現如下說明:

'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. 

然後我就在.vimrc裡添加:set autosave as 5 ,意思應該是修改過了5秒就自動保存吧,但是它提示:Unknown option: autosave 什麼情況?

某草草
某草草

全部回覆(1)
大家讲道理

let autosave=5,那个asautosave的縮寫,不是個單字 23333333333333333

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!