Skip to content

Instantly share code, notes, and snippets.

@patmood
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patmood/11101830 to your computer and use it in GitHub Desktop.
Save patmood/11101830 to your computer and use it in GitHub Desktop.
tmux cheat sheet
Split vertically: <Ctrl-b>%
Split horizontally: <Ctrl-b>"
Move around panes: <Ctrl-b>[Up, Down, Right, Left]
Previous pane: <Ctrl-b>;
Rotate panes: <Ctrl-b><Ctrl-o>
Resize: <Ctrl-b>:resize-pane -U[D,L,R] 10
Close pane: <Ctrl-b>x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment