Skip to content

Instantly share code, notes, and snippets.

@davidino
Last active August 29, 2015 14:18
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 davidino/46425f09370bf2dc3c85 to your computer and use it in GitHub Desktop.
Save davidino/46425f09370bf2dc3c85 to your computer and use it in GitHub Desktop.
Tmux Shortcuts

My Shortcutlist

Define the prefix

Prefix = Ctrl-b

Panes

Prefix - % (split hor)
Prefix - " (split ver)
Prefix - , (rename window)
Prefix - z (zoom-in zoom-out)
Prefix - x (kill pane)
Prefix - spacebar (organize pane) 

windows

Prefix - w (list windows) 
Prefix - c (new window)
Prefix - n (move to the next window)
Prefix - p (move to the previous window)
Prefix - [0..9] (move to the n window)
Prefix - $ (rename window)

sessions

Prefix - :new<CR>  (new session)
Prefix - $ (rename session)
Prefix - s (list session)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment