tmux

tmux can split your terminal into multiple terminals, either locally or remotely. It can split a single terminal into multiple panes (windows?), and it keep a remote session going even when you go offline.

tmux is an alternative to screen

Tmux vs. Screen tool comparison – Linux Hint

Getting Started · tmux/tmux Wiki · GitHub

tmux default status bar

Bottom left:

- `[0]` current session name
- `0:bash*` window list?
    - index:name*current
    - For example `1:bash- 2:bash 3:bash*`
- `"asia"` title of the active pane?

tmux basic workflow