| command | what it does? |
|---|---|
| tmux | Starts new tmux session |
| tmux attach | attaches to last openned tmux session |
| key | description |
|---|---|
| CTRL+B | enter tmux command mode (needs to be pressed before every other command) |
| CTRL+B [ | enter copy mode |
| CTRL+B PageUp | enter copy mode + page up |
| key | description |
|---|---|
| c | new window |
| w | choose windows interactively |
| 0..9 | quick select windows 0..9 |
Close windows by simply writing "exit" into the window bash.
| key | description |
|---|---|
| ( | Switch the attached client to the previous session. |
| ) | Switch the attached client to the next session. |
| D | choose client to detach |
| d | detach current client |
TODO: interactive selection of sessions?