Title here
Summary here
tmux new-session -s session_name
tmux attach-session -t session_name
Ctrl-b d
tmux list-sessions
Ctrl-b (
(previous session) and Ctrl-b )
(next session)Ctrl-b c
Ctrl-b n
Ctrl-b p
Ctrl-b <window_number>
Ctrl-b &
Ctrl-b %
Ctrl-b "
Ctrl-b o
Ctrl-b <arrow_key>
Ctrl-b x
Ctrl-b ?
Ctrl-b $
Ctrl-b : source-file ~/.tmux.conf
For more information, refer to the Tmux manual.