Skip to content

Instantly share code, notes, and snippets.

@ronbeltran
Forked from john2x/tmux cheatsheet.md
Created November 19, 2013 07:52
Show Gist options
  • Save ronbeltran/7541803 to your computer and use it in GitHub Desktop.
Save ronbeltran/7541803 to your computer and use it in GitHub Desktop.

prefix == Ctrl+f

screenshot

Panes

Navigation

(vim movement keys)
prefix h
prefix j
prefix k
prefix l

Resizing

prefix shift+h (increase/decrease left side)
prefix shift+j (increase/decrease bottom side)
prefix shift+k (increase/decrease top side)
prefix shift+l (increase/decrease right side)

Windows

Create/close window

prefix c (create new window)
prefix x (close current window)

Navigation

prefix n ([n]ext window)
prefix b (previous window a.k.a. [b]ack)

Splitting

prefix | (vertical split)
prefix _ (horizontal split)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment