^C not working in zsh on Mac OSX
Posted
by
Vitaly Kushner
on Super User
See other posts from Super User
or by Vitaly Kushner
Published on 2011-03-01T22:55:34Z
Indexed on
2011/03/01
23:26 UTC
Read the original article
Hit count: 394
Ctrl-C stopped working for me at the terminal when using zsh (on mac osx). I didn't notice the exact moment that it happend so I can't be sure what caused it.
I didd't update zsh in a while though. and didn't touch .zshrc (I have it at a repo http://github.com/astrails/dotzsh)
If I run bash, ^C works in it.
If I run any command, like cat
, ^C will work to stop it too. but inside zsh it just doesn't do anything.
bindkey | grep \\^C
gives
"^B"-"^C" self-insert
- zsh 4.3.10 (i386-apple-darwin10.4.3), installed though ports (zsh-devel @4.3.10_0+doc+examples+mp_completion+pcre)
- mac os 10.6.6
© Super User or respective owner