Kill Tmux Session From Tmux
If you've ever wrecked a Tmux session (hello, $ cat my-favorite-binary
) and needed to kill the session, you don't have to leave Tmux to do so.
We can kill the session right from the Tmux command line ([CTRL + z]
is my Tmux prefix):
[CTRL + z] :kill-session
h/t Dorian Karter
Tweet