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.