$ tmux
Terminal multiplexer.
$ tmux new-session -s session_name
Create a new tmux session with a specific name.$ tmux attach-session -t session_name
Attach to an existing tmux session with a specific name.$ tmux list-sessions
List all tmux sessions.$ tmux kill-session -t session_name
Kill a specific tmux session.$ tmux kill-server
Kill the tmux server and all sessions.$ tmux source-file tmux.conf
Load a tmux configuration file.$ tmux list-commands
List tmux commands.