Hello,
I use Sublim text 3,2,2 Build 3211 and Mac os 10,14
When I launch sublime text I have my old files that I consulted or modified which also open !
Where is the problem ?
Thank you
Old files open when I open a new file
There’s no cause for worry. Sublime has the ability to “remember” what files you had opened during the last session (the last time when you opened the application), whether they were modified, had unsaved changes in them etc. This is because it persists the current session information into a file called Session.sublime-session
and reads through it whenever you open Sublime next so that you can carry your work from wherever you left it.
It is not necessary to do that. If you do not want the files to show up again, then before you exit ST, select File -> Close all files. Then exit ST. When you re-open ST, the files will not show up. You will have to re-open them again.
You may have to save the files before you close them.
Additionally, if you don’t want the state of Sublime to be saved between sessions, you can turn the hot_exit
setting off. If you do that, every time you start Sublime you’ll end up with a single empty window. In doing so you’ll be forced to save any unsaved file changes or lose them when you quit.