You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prefix key:Ctrl+b (press this first, then the command key)
Sessions
Action
Keys
New session
:new -s name
Detach
Ctrl+b, d
List sessions
Ctrl+b, s
Rename session
Ctrl+b, $
Windows (Tabs)
Action
Keys
New window
Ctrl+b, c
Next window
Ctrl+b, n
Previous window
Ctrl+b, p
Go to window 0-9
Ctrl+b, 0-9
Rename window
Ctrl+b, ,
Close window
Ctrl+b, &
List windows
Ctrl+b, w
Panes (Splits)
Action
Keys
Split horizontal
Ctrl+b, "
Split vertical
Ctrl+b, %
Navigate panes
Ctrl+b, arrow keys
Toggle layouts
Ctrl+b, Space
Zoom pane (fullscreen)
Ctrl+b, z
Close pane
Ctrl+b, x
Resize pane
Ctrl+b, Ctrl+arrow
Copy Mode (Scroll/Search)
Action
Keys
Enter copy mode
Ctrl+b, [
Exit copy mode
q
Scroll up
Page Up or Ctrl+u
Scroll down
Page Down or Ctrl+d
Search forward
/
Search backward
?
Next match
n
Previous match
N
Useful Commands
# From command line
tmux new -s work # New session named "work"
tmux ls # List sessions
tmux attach -t work # Attach to session
tmux kill-session -t work # Kill session# Inside tmux (prefix + :)
:resize-pane -D 10 # Resize down 10 lines
:resize-pane -R 20 # Resize right 20 cols
:setw synchronize-panes # Type in all panes