← Home

tmux

Sessions

CommandUse
tmux new -s <name>Create a named session
tmux lsList sessions
tmux attach -t <name>Attach to a session

Panes

CommandUse
Prefix + %Split the pane vertically
Prefix + "Split the pane horizontally
Prefix + arrow keyMove between panes

Windows

CommandUse
Prefix + cCreate a new window
Prefix + n / Prefix + pMove between windows