Sublime Forum

New window behavior like gedit

#1

Hello,
Is it possible to make sublime 3 new window opening behavior like gedit? I mean opening files in tabs only if file is opened within workspace which has running instance of sublime; if the file is opened in workspace, which has no running instance of sublime, then open file in new window. Current behavior switches workspace to the workspace, which has running sublime, and open file in tab. It is uncomfortable for me.

PS. Linux Mint

0 Likes

#2

Not sure if this is the exact behavior you’re looking for. But if I want to open a file in a completely new ST window I’ll do the following: super+shift+n,super+o Which will bring up a new blank window then open the file there.

0 Likes

#3

There’s a setting called “open_files_in_new_window”, but unfortunately it only works on OSX.

0 Likes