Hi guys,
I had an opened window of sublime with dozen of files under editing, it was very convenient that everytime I close the window, next time it reopen all files again.
But lastly I opened a new window for a new file, and for other reason, the computer rebooted and after restarting, it reopened only the last opened sublime window and lost the list of all opened files in the previous window.
Is there a way to recover the list of files of the first window?
Recover list of opened files
AJNOURI
#1
0 Likes
kingkeith
#2
you could take a look at the Session.sublime-session
in your ST data Local folder (i.e. on Windows, %AppData%\Sublime Text 3\Local
) and search for "file_history":
1 Like
AJNOURI
#3
Thanks @kingkeith,
Indeed, I looked for .config/sublime-text-3/Local/Session.sublime_session (debian)
and the history was there, great!!
Appreciated!
0 Likes