This may just be the nature of the way subl is implemented, but I’ve noticed this behavior that is different than what I’d expect. Steps:
- in terminal,
cd /dev/project1 -
subl .- new Sublime window opens with the
/dev/project1directory in the sidebar
- new Sublime window opens with the
- back in terminal,
cd ../project2 -
subl .-
expected: second Sublime window opens with the
/dev/project2directory in the sidebar -
actual: focus switches to the first Sublime window with
project1still in the sidebar, no second window opens
-
expected: second Sublime window opens with the
This seems like a huge oversight; don’t we all have multiple projects open a lot of the time?
Mac OS X 10.11.6
Sublime Text Stable Build 3126