Hi,
I’m a long time Sublime 3 used and recently I upgraded to version 4.
I have Windows 10.
I’m using some hotkey to fast run subl.exe with special text files.
In version 3 all files was open as new tabs within current instance of sublime, but after upgrading it creates a new instance, reopen all tabs + new file in a separate instance - this is very very bad for me.
How to disable it? How to make subl.exe force run in current existing instance of sublime 4 AS A NEW TAB (not new windows/instance!!)?
adding to user settings:
“open_files_in_new_window”: false,
OR
“open_files_in_new_window”: “never”,
both doesn’t help!
anyway my hotkey trigger a totally new instance to run instead of just open a new tab!!
please help!!