I'd like Sublime 2 to start with an empty window each time I start it (or with the single file opened if I start it by clicking on a file to edit). How can I achieve this behaviour?
Asked
Active
Viewed 459 times
1
-
possible duplicate of [How to prevent Sublime Text 2 from opening that last open file / project when starting up](http://stackoverflow.com/questions/7890102/how-to-prevent-sublime-text-2-from-opening-that-last-open-file-project-when-st) – Jörg W Mittag Nov 23 '11 at 02:37
1 Answers
5
If you really want to do this.
Go to Preferences -> Global Settings – Default
And change the "remember_open_files"
to false
(instead of its default of true
)
and change "hot_exit"
to false
.

J. Holmes
- 18,466
- 5
- 47
- 52