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 the fun of trying to exit telnet or minicom etc... ctrl+[ is not intuitive...

Other fun one is running stuff in screen or nested screen. And different layers catching different bits.

Oh. And what happens when you hit ctrl+s...

@quixoticgeek @b0rk I've seen unfamiliar users caught out by an accidental Ctrl-z, if that counts?