Tmux is a terminal multiplexer. It allows you to work with multiple terminal sessions at once. Installation It is easy to install, and there are many guides already out there, so I won't cover it in this blog post. Tmux terminology So, let us start with the basics. tmux server (programm) > session > window > pane The tmux server starts after running tmux. You can work on the attached sessions or detach them so they run in the background. Every server can have multiple sessions, every session ...