It’s important to use tmux
to run time-consuming scripts on remote servers, especially when they are critical and/or my internet connection is not very reliable - at least, that’s my main reason for using tmux. Below is a minimal cheat sheet for my own usage.
- Create new session
- Logout of current session:
Ctrl + b; d
- Terminate or kill current session:
Ctrl + d
- Enable scrolling / navigating in current session:
Ctrl + b; [
- Navigating:
Ctrl + Page Up / Page Down / Up / Down
and q
to quit scrolling session
- Terminate or kill a session:
- List all active sessions:
- Attach a session:
Happy tmux
-ing!