Tmux

Window control

Command Description
CTLR+b w List windows by name
CTLR+b & Close current window
CTLR+b , Rename current window

Pane control

Command Description
CTLR+b " Split pane horizontally
CTLR+b % Split pane vertically

Sessions

Source

Command Description
tmux [new-session] Start a new session
tmux new -s mysession Start a new session with the name mysession
tmux new-session -A -s mysession Start a new session or attach to an existing session named mysession
tmux ls|list-sessions List all sessions
CTRL+b s List all sessions
tmux --attach -t <session-name> Attach existing session