Created
July 1, 2018 15:42
-
-
Save KenyOS/1c05df44342bb5771a165893ea854242 to your computer and use it in GitHub Desktop.
Tmux beginner - I need to remember these simple shortcuts
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
Ctrl+b - followerd by: | |
<prefix> c: Create a new window (appears in status bar) | |
<prefix> 0: Switch to window 0 | |
<prefix> 1: Switch to window 1 | |
<prefix> 2: Switch to window 2 (etc.) | |
<prefix> x: Kill current window | |
<prefix> d: Detach tmux (exit back to normal terminal) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment