Sublime Forum

Close Open Documents When I Close Sublime

#1

I’m running Sublime on Windows 7, and when I close the program, any documents I have open reopen if I open another document. It’s a problem because I’m many times working with multiple files with the same name, in different locations, and it’s easy then to get confused which is open. Is there a way I can set the program to not reopen documents?

0 Likes

#2

go to preferences > settings - user

and add:

    "hot_exit": false,
    "remember_open_files": false
0 Likes

#3

Thank you, worked perfectly!

0 Likes