Skip to content

Instantly share code, notes, and snippets.

@emil10001
Created September 26, 2013 01:28
Show Gist options
  • Save emil10001/6708630 to your computer and use it in GitHub Desktop.
Save emil10001/6708630 to your computer and use it in GitHub Desktop.
List and re-connect to an existing tmux session
# list tmux sessions
tmux list-sessions
# attach to session
tmux attach -t <session name/number>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment