TMUX Shortcuts Documentation
Session Management
- Detach from the current session: Ctrl + q, d
- Switch to another session: Ctrl + q, s
- Rename the current session: Ctrl + q, $
Window Management
- Create a new window: Ctrl + q, c
- Switch to the next window: Ctrl + q, n
- Switch to the previous window: Ctrl + q, p
- List windows: Ctrl + q, w
- Go to a specific window: Ctrl + q, <window_number>
- Rename the current window: Ctrl + q, ,
- Close the current window: Ctrl + q, &
- Switch to the last window: Ctrl + q, l
Pane Management
- Split the current pane horizontally: Ctrl + q, /
- Split the current pane vertically: Ctrl + q, i
- Toggle between horizontal and vertical split: Ctrl + q, Space
- Move to the next pane: Ctrl + q, o
- Move to the pane above: Ctrl + q, Up arrow or Alt, Up arrow
- Move to the pane below: Ctrl + q, Down arrow or Alt, Down arrow
- Move to the pane on the left: Ctrl + q, Left arrow or Alt, Left arrow
- Move to the pane on the right: Ctrl + q, Right arrow or Alt, Right arrow
- Toggle pane zoom: Ctrl + q, z
- Resize pane up: Ctrl + q, Ctrl + Up arrow
- Resize pane down: Ctrl + q, Ctrl + Down arrow
- Resize pane left: Ctrl + q, Ctrl + Left arrow
- Resize pane right: Ctrl + q, Ctrl + Right arrow
Others
- Kick a user : Ctrl + q, k
- Exploration Mode: Ctrl + q , Tab
- Show Time: Ctrl + q, t
— Nadir Habib 2024/03/31 23:14