This is my tmux cheat sheet 🚀
Basics Link to heading
Start any command with the tmux prefix: <c-space> (default is <c-b> but that is silly)!
Panes and Windows Link to heading
| Panes | Windows | Sessions | 
|---|---|---|
| "%new below/rightxclose (<c-d>easier)←↓↑→move focushjklmove focuszzoom in/out | cnew window&close1-9switch windowpnprev/next window,rename | ddetach session$renamesselect session | 
TPM Link to heading
| TPM | 
|---|
| IInstall plugins | 
Commands Link to heading
Run in a terminal:
$ tmux <command>
| Command | 
|---|
| aattach to sessiona -t <name>attach to target sessionnew -s <name>new session sessionlslist active sessions |