You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Terminus with Origami to create a build system for Python3. And it almost works correctly.
When I have lets say 3 files opened in the tabs of the main pane - file1.py, file2.py, file3.py with a file1.py being in "focus" and I initiate the build Origami creates new pane, moves the terminus output to it.... but as a result focus on the main pane switches from file1.py to file2.py (basically next to the right).
Is there a way to prevent this, so on the main pane I'll have the same file in focus?
I'm trying to use Terminus with Origami to create a build system for Python3. And it almost works correctly.
When I have lets say 3 files opened in the tabs of the main pane - file1.py, file2.py, file3.py with a file1.py being in "focus" and I initiate the build Origami creates new pane, moves the terminus output to it.... but as a result focus on the main pane switches from file1.py to file2.py (basically next to the right).
Is there a way to prevent this, so on the main pane I'll have the same file in focus?
Here's how I set up the build system:
The text was updated successfully, but these errors were encountered: