Sublime Forum

Is there a way to recover the tabs you were working on when you launch Sublime?

#1

Hello there. When working on a feature I usually have the same tabs open until it’s done, but I have to remember which ones they were when I launch Sublime the next day.

Is there a way, or a plugin, to recover the tabs you were last working on?

Thanks.

0 Likes

#2

All files you have open are restored by default in Sublime Text. You may have disabled this feature by having "hot_exit": false in your settings.

0 Likes

#3

hot_exit is true by default but I just checked and I have it set to false in my User settings. I changed it to true and the tabs won’t load as I left them the last time I used Sublime.

What else can I check?

0 Likes

#4

"hot_exit": true in your settings should be all that’s required (or simply removing it from your settings, thus reverting to the default).

0 Likes

#5

Ok so after doing a little bit more research, I found that hot_exit is not enough by itself.

You alse need “remember_open_files” set to true for it to work.

Works fine now.

Thanks!

0 Likes