Skip to content

Instantly share code, notes, and snippets.

@dreoliv
Created August 5, 2013 19:45
Show Gist options
  • Save dreoliv/6158906 to your computer and use it in GitHub Desktop.
Save dreoliv/6158906 to your computer and use it in GitHub Desktop.
Tmux cheat sheet

Session

  • Rename session: <C-a> $
  • List existing sessions: tmux list-sessions
  • Attach to an existing session: tmux at -t <session name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment