Skip to content

Instantly share code, notes, and snippets.

@serefercelik
Forked from aokolish/tmux.md
Created August 26, 2020 17:08
Show Gist options
  • Save serefercelik/c4bd56541591e035117797e4832fb7e4 to your computer and use it in GitHub Desktop.
Save serefercelik/c4bd56541591e035117797e4832fb7e4 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