tmuxStart new session
tmux new -s nameStart named session
tmux lsList sessions
tmux attachAttach to last session
tmux attach -t nameAttach to named session
tmux kill-session -t nameKill session
CTRL+b cCreate new window
CTRL+b nNext window
CTRL+b pPrevious window
CTRL+b 0-9Switch to window
CTRL+b ,Rename window
CTRL+b &Kill window
CTRL+b %Split vertical
CTRL+b "Split horizontal
CTRL+b arrowMove between panes
CTRL+b oCycle panes
CTRL+b zToggle zoom
CTRL+b xKill pane
CTRL+b dDetach from session
CTRL+b [Enter copy mode
CTRL+b ]Paste buffer
CTRL+b ?List key bindings
CTRL+b :Command prompt
CTRL+b {Swap with previous pane
CTRL+b }Swap with next pane
CTRL+b spaceCycle layouts
CTRL+b tShow clock