Skip to content

Instantly share code, notes, and snippets.

@rodolfobandeira
Created June 12, 2016 11:26
Show Gist options
  • Save rodolfobandeira/854560e9848c3b2454935758bc9a7495 to your computer and use it in GitHub Desktop.
Save rodolfobandeira/854560e9848c3b2454935758bc9a7495 to your computer and use it in GitHub Desktop.
TMUX useful commands

Ctrl+b " - split pane horizontally.

Ctrl+b % - split pane vertically.

Ctrl+b arrow key - switch pane.

Hold Ctrl+b , don't release it and hold one of the arrow keys - resize pane.

Ctrl+b c - (c)reate a new window.

Ctrl+b n - move to the (n)ext window.

Ctrl+b arrow left/right/up/down - go to another window

Ctrl+b [ to activave scroll. After that Arrow UP and Down, to exit this mode, q

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment