quitting in the terminal

wizard zines

@b0rk Stubborn programs get a

Ctrl-Z
bg
kill -9 %1

@colin_mcmillen @b0rk absolutely this. I run into this on macOS + zsh all. The. Time. I’ve not dug into why, but I even have a ctrlc_reset=‘trap true INT && trap INT’ (pure cargo cult code from stackexchange) to get ^C working again. Long since lost track of the number of times I’ve needed to ^Z + bg to get out of a program, tho.
@colin_mcmillen @b0rk agreed, I do the ctrl-z kill dance all the time when ctrl-c is not fast or working good enough
@bagder @colin_mcmillen @b0rk Since I'm invariably running in a tmux session, it's `ctrl-b x` for me.

@colin_mcmillen @b0rk I generally use

ctrl-z
kill %%