Last active
September 25, 2016 12:07
-
-
Save kevinsimper/75159132e24ebf6ced0580d31c7a6a1a to your computer and use it in GitHub Desktop.
TMUX Cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You need to run every command with Ctrl+b | |
| ## Split panes | |
| Split horizontal: % | |
| Split vertical: " | |
| Close pane: x | |
| ## Pane navigation | |
| Show numbers: q | |
| Go to next pane: o | |
| Zoom pane: z |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment