Access denied, Please sign in and make sure you have proper permission.
那如何设置 Sublime Text 2 自动保存
#4 楼 @w7938940 sublime text 2 本身就可以自动保存:永远不会丢失刚刚修改的数据
有个选项可以在切换文件时自动保存
// Set to true to automatically save files when switching to a different file or application
"save_on_focus_lost": false,
#在~/.vimrc中添加
let autosave=60 #数字单位为秒