Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 579
barlop Avatar asked Dec 15 '14 01:12

barlop


1 Answers

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".

like image 153
Xenyal Avatar answered Sep 25 '22 21:09

Xenyal