When I have a single file open (i.e. not using the file-browser sidebar) and I press command-n to make a new file, Sublime Text 2 opens it in a new tab in the same window. I’d like it to default to opening in a new window. Is this possible? I tried changing “open_files_in_new_window” to false, but that only affects opening existing files, not creating new empty ones.
I’d also prefer that creating new files from a project window (i.e. a window with the file-browser sidebar) still create new tabs when I press command-n. (Why? If I’m working with a directory and create a new file, I probably want it to be in that project. But if I’m working with a single file and create a new file, it’s probably unrelated and should be in its own window!)
Thanks for any help, Sublime community!