Skip to content

Instantly share code, notes, and snippets.

@danReynolds
Last active September 23, 2016 16:49
Show Gist options
  • Save danReynolds/d5676eaa7791ec507354ceba33df73ad to your computer and use it in GitHub Desktop.
Save danReynolds/d5676eaa7791ec507354ceba33df73ad to your computer and use it in GitHub Desktop.
Tmux Wonder Sheet

Shortcuts

  • Move pane left: ctrl+b {
  • Move pane right: ctrl+b }
  • Toggle pane full screen: ctrl+b z
  • Kill session: ctrl+b :kill-session
  • new window: ctrl+b c
  • switch windows: ctrl+b number
  • synchronize panes: ctrl+b :setw synchronize-panes
  • kill current pane: ctrl+b x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment