Tmux
tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.
Common
COMMAND | DESCRIPTION |
| Launch Tmux |
| Check Tmux version |
| List all commands |
| Show all sessions |
| Show every session, window, and pane |
| (Re)attach to the most recently created session |
| Display full manual of Tmux |
Last updated