Skip to content

Instantly share code, notes, and snippets.

@mamuz
Created May 19, 2017 10:38
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 mamuz/747d14b3ce6c0ee7ca6c2bd8ffa47462 to your computer and use it in GitHub Desktop.
Save mamuz/747d14b3ce6c0ee7ca6c2bd8ffa47462 to your computer and use it in GitHub Desktop.
keymap-tmux
| Key | Purpose |
| ----------------- | ---------------------------- |
| ctrl+alt+t | open new terminal window |
| ctrl+b % | split vertical |
| ctrl+b " | split horizontal |
| ctrl+b arrow keys | select split |
| ctrl+b x | close tab |
| ctrl+b c | open new tab |
| ctrl+b n | jump to next tab |
| ctrl+b p | jump to previous tab |
| ctrl+b pageUp | enter scroll mode; quit by q |
| ctrl+b ? | display help |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment