Skip to content

Instantly share code, notes, and snippets.

@kuanyingchou
Last active August 29, 2015 14:04
Show Gist options
  • Save kuanyingchou/fc1a5a4f0618e0555d8a to your computer and use it in GitHub Desktop.
Save kuanyingchou/fc1a5a4f0618e0555d8a to your computer and use it in GitHub Desktop.

tmux cheatsheet

  • start tmux:
$ tmux
  • exit tmux(detach):
C-b d
  • create new pane on the right
C-b %
  • create new pane on the bottom
C-b "
  • close pane
C-b x
  • adjust pane width
C-b M-left

and

C-b M-right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment