Where is the list of recent files stored?

北城以北 提交于 2019-12-11 19:04:08

问题


I would like to syncronize certain Sublime Tex2 settings between multiple computers. One thing I don't want to sync is the Recent File list. Where on the local file system does Sublime Text 2 store its list of recently opened files?


回答1:


On Mac OS X this list is stored in a file called Session.sublime_session under ~/Library/Application Support/Sublime Text 2/Settings, so I'd expect it to be in the same file in Sublime's Settings folder on other operating systems as well.




回答2:


On Linux it is stored in the file ~/.config/sublime-text-2/Settings/Session.sublime_session, so look for such a file in the Settings folder in your user directory.



来源:https://stackoverflow.com/questions/14225256/where-is-the-list-of-recent-files-stored

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!