- Start a tmux session:
tmux - Prefix:
ctrl + b - Activate command mode:
prefix + : - Activate scrolling:
prefix + [
- Create a new session:
tmux new-sessionor:new - Attach to a tmux session:
tmux attach -t 0ortmux attach -t session-name - List sessions:
prefix + s