Sublime Forum

Prevent SB from remembering old projects

#1

I’m having some problem with Sublime opening old projects when running subl . in the console.
I always close my application, using  + Q (or CTRL + Q on Win + Linux), which preserves the project.
Next time I open up a different project my old projects opens to.

Is it possible to turn this off?
It would be supr if it where possible to only open history for the current project.

Thanks.

0 Likes

#2

You can use the hot_exit and remember_open_files global settings for this

0 Likes

#3

There is no mention of remember_open_files nor hot_fix on the global doc page, or I’m I missing something?
I’ve tried to add "remember_open_files": false to my global config file, but it’s the same as before. It still remember all my old files and projects.

0 Likes