Skip to content

Instantly share code, notes, and snippets.

@aokolish
Created October 13, 2012 16:47
Show Gist options
  • Save aokolish/3885311 to your computer and use it in GitHub Desktop.
Save aokolish/3885311 to your computer and use it in GitHub Desktop.
quick way to kill all tmux sessions

This is the quickest way I've found to kill all tmux sessions

# detach from each session
<prefix>d

# kill tmux and all sessions
tmux kill-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment