When I open sublime from a terminal window in the root level of a project
$ subl .
Two windows open. One is the open to the current working directory (which I want). The Other is a previous session (which I don't want).
Is there a way to curb this behavior? Is there a cache area that I can clear without removing other plugins and settings?
Try disabling the
hot_exit
andremember_open_files
options in your sublime configuration (Preferences → Settings User):Source: http://www.sublimetext.com/forum/viewtopic.php?f=3&p=64602