Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 279 Bytes

kill-all-your-tmux-sessions.md

File metadata and controls

12 lines (8 loc) · 279 Bytes

Kill All Your tmux Sessions

If you have several tmux sessions running and you'd like to clean house, you can kill all of those sessions with one command.

$ tmux kill-session -a

The -a flag says to target all sessions.

You can also run this as a tmux command.