I’ve used Sublime Text as my $GIT_EDITOR with “subl -w” for years. In ST3, invoking “subl -w /path/to/file” activates the most recently active ST window and creates a new tab with /path/to/file. Closing the tab re-activates the terminal window that was waiting for subl to finish.
However, in ST4, closing the tab keeps Sublime as the active program rather than re-activating the waiting terminal window. Is this change intended? Is there an option to instead use the previous functionality?