tmux - TeamFlowerPower/kb GitHub Wiki
For all shortcuts you have to press the PREFIX key combination first (Ctrl+b by default)
Using tmux
through ssh
sessions. It makes most sense to use the tmux
session on the server (where you connect to; NOT on the client) since you less likely reboot your server.
tmux new -s sessionName
tmux ls
d
- t: Big clock until key press
- ?: List shortcuts
- :: Prompt
tmux a -t sessionName
- Ctrl (hold) + arrow (de-/increments per press): Adjust size
- ←, ↑, →, ↓: Switch to pane
- [ enters copy mode
- Ctrl+W exits copy mode