KatieK
KatieK

Reputation: 13853

Where is the list of recent files stored?

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?

Upvotes: 2

Views: 1108

Answers (2)

Dehalion
Dehalion

Reputation: 757

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.

Upvotes: 2

praseodym
praseodym

Reputation: 2423

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.

Upvotes: 2

Related Questions