Hello Eric, > > > In an earlier release of zsh, when list-choices is active and I press > > > "Ctrl-C", the current line gets killed and I get a new prompt. > > > > > > Now (zsh 5.2), When I press "Ctrl-C", I get the message: "TRAPINT:1: > > > not an identifier". > > > > what does ''type -f TRAPINT'' display? > > type -a -f TRAPINT > TRAPINT () { > ft_zle_state[minibuffer]=no > ft-psvx-default > zle reset-prompt 2> /dev/null > return 127 > } Thanks for your suggestion. Removing the above TRAPINT fixed the issue that I am noticing. Thanks a lot, Joe