General
Terminal Command | Tmux Command | Hotkey | Description |
---|---|---|---|
- | - |
|
Enter the tmux terminal |
Sessions
Terminal Command | Tmux Command | Hotkey | Description |
---|---|---|---|
|
- | - | Create new session |
|
- | - | Kill session |
|
- | - | List sessions |
|
- | - | Attach to session |
- | - |
|
Switch between the sessions |
- | - |
|
Display sessions, possible switch |
- |
|
- | Rename the session |
Windows
Terminal Command | Tmux Command | Hotkey | Description |
---|---|---|---|
Terminal Command | Tmux command | Hotkey | Description |
- | - |
|
Create new window |
- | - |
|
Close current window |
- | - |
|
Go to next window |
- | - |
|
Go to previous window |
- | - |
|
Show all windows and panes |
- | - |
|
Go to window by the number |
- |
|
- | Update window number to `4` |
- |
|
- | Decrease window order on `-2` can be used `+5` etc. |
- |
|
- | Swap windows, `1` and `2` are window numbers |
- |
|
- | Recalculate window indexes |
Panes
Terminal Command | Tmux Command | Hotkey | Description |
---|---|---|---|
- | - |
|
Toggle pane zoom |
- | - |
|
Focus previously focused pane |
- | - |
|
Convert pane into window |
- | - |
|
Close pane |
- | - |
|
Focus left pane |
- | - |
|
Focus right pane |
- | - |
|
Focus pane above |
- | - |
|
Focus pane bellow |
- | - |
|
Close pane, if the pane is last on the screen the window will closed |
- | - |
|
Show pane numbers |
- | - |
|
Create vertical pane |
- | - |
|
Create horizontal pane |
- | - |
|
Swap current pane with the next one |
- | - |
|
Swap current pane with the previous one |
- |
|
- | Swap pane up |
- |
|
- | Swap pane down |