Command
tmux
Explanation
tmux is a terminal multiplexer that allows switching between programs in one terminal.
Examples
Create new session
tmux new-session -s sessionname
Attach to session
tmux attach-session -t sessionname
List active sessions
tmux list-sessions