what are some problems with quitting programs in the terminal you’ve run into? so far I have:

- not knowing how to quit vim (or some other program like nano etc)
- programs not responding to ctrl c
- a background program being killed when you close your shell

what am i missing?

@b0rk Needing to use kill -9, programs that get respawned by their parent after terminating, and determining which one of several similar processes to kill.