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/right x close (<c-d> easier) ← ↓ ↑ → move focus h j k l move focus z zoom in/out |
c new window & close 1 -9 switch window p n prev/next window , rename |
d detach session $ rename s select session |
TPM Link to heading
TPM |
---|
I Install plugins |
Commands Link to heading
Run in a terminal:
$ tmux <command>
Command |
---|
a attach to session a -t <name> attach to target session new -s <name> new session session ls list active sessions |