I’m looking for a way to block the terminal when running sublime.
We are using build 4126. Running on linux (bash).
My purpose is to block the terminal as long as sublime is running. I was trying to use the “–wait” flag, but then I must provide a filename as a param to the command. It works fine as long as I’m using the -w and provide a filename.
Then, when I run without a filename, but with a “-w” flag, sublime is not blocking again…
It is like there’s a built in & at the original sublime command.