In zsh when I try and press CTRL-C nothing happens (it works fine in bash) when I run bindkey | grep \\^C I get "^C" Applications so something must've happened... how do I bind ^-C to the default?
|
| ||||
|
feedback
|
|
| |||
|
feedback
|

stty -ashow (with respect tointrand^C(in a freshly started zsh session)? – Dennis Williamson Mar 5 '11 at 1:30intr = ^C;– errorhandler Mar 5 '11 at 2:09