Closed
Description
There is this start_sublime_text
that starts sublime:
Line 99 in ecf6add
- Why does it use
&
? I understand that this means "run command in the background" but is it really relevant here? It seems to work just fine. - On opening, a /tmp/ file is opened in a tab. Can this be avoided? I don't exactly see the point of it. I guess this is something related to
subprocess
but I don't exactly understand why it happens. - I think this could be improved by passing
--stay
argument as otherwise, once the tab this command opens is closed, focus switches back to the terminal which can (and does) affect some focus specific tests
Metadata
Metadata
Assignees
Labels
No labels