Skip to content

Instantly share code, notes, and snippets.

@KenyOS
Created July 1, 2018 15:42
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 KenyOS/1c05df44342bb5771a165893ea854242 to your computer and use it in GitHub Desktop.
Save KenyOS/1c05df44342bb5771a165893ea854242 to your computer and use it in GitHub Desktop.
Tmux beginner - I need to remember these simple shortcuts
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