A tmux Terminal Cheatsheet

ActivityCommand
Start a sessiontmux
Start a named sessiontmux new -s your_session_name
Session: Typical template: Toggle tmux commandCTRL-b ****
Session: Detach the current sessionCTRL-b d
List Sessionstmux attach-session -t <name/number>
e.g. tmux attach-session -t 0
Panes: Session: Create new WindowCTRL-b c
Panes: Select Window from ListCTRL-b w
Panes: Split current pane horizontallyCTRL-b %
Panes: Split current pane verticallyCTRL-b “
Panes: Goto next page (tab to next)CTRL-b o
Panes: Close current paneCTRL-b x