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 Scripts or complex pipelines where ^C just kills one program, and stuff keeps running and you keep hitting ^C.
@jani @b0rk for script you can Ctrl+Z + kill. Haven't found a trick for complex pipelines.