Sublime Forum

Open file in subl in the current workspace

#1

I use ubuntu 1804 and often use multiple workspaces for different coding projects.
I often have a sublime running in each workspace.
When I jump to a workspace and try “subl my_new_file.py” rather than adding this file as a tab to in the subl running in this present workspace it pulls the “latest” subl that was used into this workspace and opens the file in this.

Hope that made some sense, does anyone know if there is a way to get around this?

0 Likes

#2

this has also been reported at

with no known workarounds yet AFAIK

0 Likes

#3

I’ve written https://github.com/tsantzi/launch_sublime to help me with this. Only tested under Linux/Cinnamon, but should be easy to adapt. Needs wmctrl installed.

0 Likes