You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had to remap my SIGINT to a different key via stty:
stty intr \^K
Now ^K performs interrupts correctly in all GNU apps I tried. node, however, ignores ^K sequence, it still responds to ^C, which no longer should send SIGINT.