tmux
🖥️ tmux Session Shortcuts
Shortcut | Action |
---|---|
tmux |
Start new session from prompt |
tmux new -s name |
Start new session with name ‘name’ from prompt |
tmux a |
Attach session from prompt |
tmux ls |
List sessions from prompt |
🖥️ tmux Keybindings
Shortcut | Action |
---|---|
C-bs |
List sessions |
C-b$ |
Name session |
C-b:new |
New session |
🖥️ tmux Window Management
Shortcut | Action |
---|---|
C-bc |
Create window |
C-bw |
List windows |
C-bn |
Next window |
C-bp |
Previous window |
🖥️ tmux Window Actions
Shortcut | Action |
---|---|
C-bf |
Find window |
C-b, |
Name window |
C-b& |
Kill window |
🖥️ tmux Pane Management
Shortcut | Action |
---|---|
C-b% |
Vertical split |
C-b" |
Horizontal split |
C-bo |
Swap panes |
C-bq |
Show pane numbers |
C-bx |
Kill pane |
🖥️ tmux Pane Layouts
Shortcut | Action |
---|---|
C-b (space) |
Toggle between layouts |
C-b{ |
Move current pane left |
C-b} |
Move current pane right |
C-bz |
Toggle pane zoom |
🛠️ tmux Session Management
Shortcut | Action |
---|---|
tmux a -t name |
Attach session to named ‘name’ from prompt |
tmux kill-session -t name |
Kill session named ‘name’ from prompt |
C-bd |
Detach session |
C-bt |
Show big clock |
C-b? |
List shortcuts |
C-b: |
Open prompt |
This post is licensed under
CC BY 4.0
by the author.