I am on Lion - and in the command line, when I open up my project using "subl ." in my project folder - it opens up the last project I had open before I quit Sublime.

I have the Max Preference "Restore windows when quitting" unchecked.

How to I prevent this behaviour? Is there a preference setting for this?

link|improve this question

feedback

1 Answer

up vote 6 down vote accepted

I think the behavior you want can be enabled by changing the hot_exit and remember_open_files settings. If you check out the "Global Settings - Default" preferences, there are some comments there describing these settings.

If you want to change them, you should override them in the "Global Settings - User" file to preserve your changes across updates.

link|improve this answer
Hmm - I've added both of them and set them to false - but on restarting - if I look in the Window menu - I can see all the previous projects/files I had opened in the past ... do I need to clear that list somehow first? It doesn't look like it is having much effect - though searching on Google on those settings, they do exist - so thanks for that. – Joerg Oct 25 '11 at 14:15
Ah - it works when I enter it in "Global Settings - User" - as opposed to File Settings - User ... I think it's just a typo in your answer. – Joerg Oct 26 '11 at 10:59
@Joerg - you're right. I updated the answer accordingly. – Sean Carpenter Oct 26 '11 at 12:12
Cool thanks - I tried to edit it as well - but it was rejected by the moderators for some reason. – Joerg Oct 27 '11 at 12:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.