tmux Nexus
Ultimate Command Center
42commands
5categories
/focus search
Escclear
Sessions
9New session
tmux new -s <name>tmux new -s mysessionList sessions
tmux lstmux lsAttach to session
tmux attach -t <name>tmux attach -t mysessionDetach from session
Ctrl+b + dtmux detachKill session
tmux kill-session -t <name>tmux kill-session -t mysessionRename session
Ctrl+b + $tmux rename-session <newname>Previous session
Ctrl+b + (Next session
Ctrl+b + )Switch session
Ctrl+b + sWindows
8New window
Ctrl+b + ctmux new-windowClose window
Ctrl+b + &tmux kill-windowRename window
Ctrl+b + ,tmux rename-window <newname>Previous window
Ctrl+b + pNext window
Ctrl+b + nSelect window by number
Ctrl+b + 0-9List windows
Ctrl+b + wFind window
Ctrl+b + fPanes
10Split vertically
Ctrl+b + %tmux split-window -hSplit horizontally
Ctrl+b + "tmux split-window -vNavigate panes
Ctrl+b + oNavigate by direction
Ctrl+b + Arrow KeysToggle zoom
Ctrl+b + ztmux resize-pane -ZClose pane
Ctrl+b + xtmux kill-paneResize pane
Ctrl+b + Ctrl + Arrow KeysShow pane numbers
Ctrl+b + qSwap panes
Ctrl+b + { or Ctrl+b + }Convert to window
Ctrl+b + !Copy Mode
9Enter copy mode
Ctrl+b + [Exit copy mode
q or EscStart selection
SpaceCopy selection
EnterPaste buffer
Ctrl+b + ]Scroll up
Ctrl + uScroll down
Ctrl + dSearch forward
/Search backward
?Misc
6Show time
Ctrl+b + tList keybindings
Ctrl+b + ?Command prompt
Ctrl+b + :Reload config
tmux source-file ~/.tmux.conftmux source-file ~/.tmux.confKill server
tmux kill-servertmux kill-serverSync panes input
Ctrl+b + : + setw synchronize-panestmux setw synchronize-panes