Skip to content

Instantly share code, notes, and snippets.

@paulodeleo
Last active May 17, 2016 04:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulodeleo/5593632 to your computer and use it in GitHub Desktop.
Save paulodeleo/5593632 to your computer and use it in GitHub Desktop.

#Tmux Cheat Sheet

##Windows

Create new

Ctrl-b c

Switch to next

Ctrl-b n

Switch to previous

Ctrl-b p

Rename

Ctrl-b ,

##Panes

Split vertically

Ctrl-b %

Split horizontally

Ctrl-b "

Switch to next

Ctrl-b o

##Sessions

Detach

Ctrl-b d

Attach

tmux attach -t [session name]

List

tmux list-sessions

##General

List all commands

Ctrl-b ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment