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 sometimes if a program isn't responding to Ctrl+C I can still break out with Ctrl+Z and kill the job, but sometimes that won't work either