barlop
barlop

Reputation: 13790

where does sublime store unsaved files?

where does sublime store unsaved files?

I like how when there is a crash the unsaved files are still there.

Where does sublime store them - what directory?

Upvotes: 11

Views: 10400

Answers (3)

Krishnam
Krishnam

Reputation: 849

Sublime Text version 4 (Windows):

<Your_Installation_folder>\Data\Local\Session.sublime_session

Upvotes: 1

ultraon
ultraon

Reputation: 2400

For Sublime Text 2 I found session file Session.sublime_session in ~/Library/Application Support/Sublime Text 2/Settings/.

Upvotes: 0

Xenyal
Xenyal

Reputation: 2223

For windows, the default is C:\Users\username\AppData\Roaming\Sublime Text 3\Local.

For iOS, ~/Library/Application Support/Sublime Text 3/Local/.

For linux, ~/.config/sublime-text-3/Local/.

The unsaved sessions can be found at "Auto Save Session.sublime_session".

Upvotes: 25

Related Questions