tmux
Sessions
| Command | Use |
|---|---|
| tmux new -s <name> | Create a named session |
| tmux ls | List sessions |
| tmux attach -t <name> | Attach to a session |
Panes
| Command | Use |
|---|---|
| Prefix + % | Split the pane vertically |
| Prefix + " | Split the pane horizontally |
| Prefix + arrow key | Move between panes |
Windows
| Command | Use |
|---|---|
| Prefix + c | Create a new window |
| Prefix + n / Prefix + p | Move between windows |