tmux

tmux (source code) is a terminal multiplexer implementation often used during Python development on Linux and macOS. tmux grants greater control over a programmers's development environment by making it easier to use many shells at once and attaching to both local and remote shell sessions.

tmux resources

Learn more about dev environments or move to editors?