Skip to content

Instantly share code, notes, and snippets.

@andreipak
Forked from afair/tmux.cheat
Created February 15, 2013 10:39
Show Gist options
  • Save andreipak/4959616 to your computer and use it in GitHub Desktop.
Save andreipak/4959616 to your computer and use it in GitHub Desktop.
========================================== WINDOW (TAB)
TMUX COMMAND ==========================================
==========================================
List ^b w
List tmux ls Create ^b c
New -s <session> Rename ^b , <name>
Attach att -t <session> Last ^b l (lower-L)
Rename rename-session -t <old> <new> Close ^b &
Kill kill-session -t <session>
Goto # ^b <0-9>
========================================== Next ^b n
CONTROLS Previous ^b p
========================================== Choose ^b w <name>
Detach ^b d ==========================================
List ^b = PANE
Buffer ^b <PgUpDn> ==========================================
Command ^b : <command>
Show # ^b q
Copy ^b [ ... <space> ... <enter> Split Horiz ^b " --------
Moving vim/emacs key bindings Split Vert ^b % |
Start <space> Make Window ^b !
Copy <enter> Kill ^b x
Paste ^b ]
Reorganize ^b <space>
========================================== Expand ^b <alt><arrow>
SESSION Resize ^b ^<arrow>
========================================== Resize x n ^b <n> <arrow>
Next ^b ( Select ^b <arrow>
Previous ^b ) Previous ^b {
Next ^b }
Switch ^b o other
========================================== Swap ^b ^o
WINDOW (TAB) Last ^b ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment