Ctrl \
or
kill -SIGQUIT <pid>
Override it with:
stty quit <some-binding>
Similarly for that age-old backspace not deleting a character problem:
stty erase ^h
To see the current terminal capabilities, run:
stty -a
Ctrl \
or
kill -SIGQUIT <pid>
Override it with:
stty quit <some-binding>
Similarly for that age-old backspace not deleting a character problem:
stty erase ^h
To see the current terminal capabilities, run:
stty -a