Brendan’s tmux cheatsheet

To start tmux:

$ tmux

To Split vertically: “Ctrl + b”, then “Shift + %”

To Close a working window: “Ctrl + d” OR, simply write “exit”

To split a working window horizontally: “Ctrl + b”, then “Shift + ” “

To move around between windows: Use “Ctrl + b”, then Arrow keys.

To split a window into four rectangle windows: Use the combination of “Ctrl + b”, then “Shift + %” and “Shift + ” “

Leave a comment