Recently Sublime Text started to use only one window with tabs, and it is driving me nuts 
Before:
cd ~/project1
subl .
cd ~/project2
subl .
opened 2 separate Sublime windows, each showing one project. (no tabs!)
Since the recent update, when I type subl . for project2, Sublime Text always opens a tab in the existing Sublime window - no matter what the open_files_in_new_window preference is set to.
HOW do I recreate the original behavior, that two completely separate windows are created - no tabs - and just one Sublime Text process running?
When I set "open_files_in_new_window": "always", yes, it creates a new window for Sublime… but with all the tabs of the original window! and then there are two Sublime Processes running - The new window should only have the content from subl ., no tabs
Also: subl -n . does not work either


