Hacker News new | ask | show | jobs
by cperciva 652 days ago
I map SIGQUIT to ^Q because that's the easiest to remember.
1 comments

I suppose you never hit CTRL+S by accident?
stty -ixon

Make sure that thing is disabled

I like that Konlose defaults into disabling that thing. And also that there is a visual sign of the terminal being stopped.
Ctrl-S / Ctrl-Q was super useful in the dialup modem days.
Rarely enough that needing to open another terminal and use kill to send a signal doesn't bother me.