Skip to content

Instantly share code, notes, and snippets.

@anacunha
Last active January 21, 2020 16:21
Show Gist options
  • Save anacunha/0ceeab09a52583ea4ae50c5981d94c0b to your computer and use it in GitHub Desktop.
Save anacunha/0ceeab09a52583ea4ae50c5981d94c0b to your computer and use it in GitHub Desktop.

Create a new session

tmux -CC new -s <session>

List existing sessions

tmux ls

Connect to a session

tmux -CC attach -t <session>

Kill a session

tmux kill-session -t <session>

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