-
Notifications
You must be signed in to change notification settings - Fork 0
tmux
holzkohlengrill edited this page Dec 15, 2023
·
7 revisions
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
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License *.
Code (snippets) are licensed under a MIT License *.
* Unless stated otherwise