tmux Window Commands Cheat Sheet

| Action                    | Command    |
|---------------------------|------------|
| Create new window         | <prefix> c |
| Move to next window       | <prefix> n |
| Move to previous window   | <prefix> p |

| Action                       | Command               |
|------------------------------|-----------------------|
| Make vertical window panes   | <prefix> %              |
| Make horizontal window panes | <prefix> "              |
| Switch panes                 | <prefix> <arrow>        |
| Resize pane (mac)            | <prefix> :resize-p -L 4 |
| Resize pane (GNU)            | <prefix> Ctrl+<arrow>   |
Note

The [TODO: Code shorthand span ] command means to press your prefix (e.g. [TODO: Code shorthand span ])) then press [TODO: Code shorthand span ] to enter the command line for the rest of the command.

(e.g. [TODO: Code shorthand span ]). The [TODO: Code shorthand span ] flag indicates down. The other options are [TODO: Code shorthand span ] for up, [TODO: Code shorthand span ] for left, and [TODO: Code shorthand span ] for right. The "4" in the example is the amount that can be changed to your desired setting.

~ fin ~