Skip to content

Instantly share code, notes, and snippets.

@mogox
Last active August 29, 2015 14:28
Show Gist options
  • Save mogox/58b11806a7ecd1791a5b to your computer and use it in GitHub Desktop.
Save mogox/58b11806a7ecd1791a5b to your computer and use it in GitHub Desktop.
Things I learn about tmux

SSH with the current tmux sessions

ssh ubuntu@server.atdomain.com -t tmux a

Detach (close the connection)

  • [ctrl] + [b]
  • [d]

List Sessions

  • [ctrl] + [b]
  • [s]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment