Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: bindkey bug?



> } bindkey -s '^Z' '^[Qfg^M'
> } 
> } In recent zsh versions after this command zsh thinks that ^Z is a prefix
> } and waits a half second before executing the string.  That did not happen
> } in zsh-3.0.0.
[...]
> Are you sure it's ^Z that zsh thinks is a prefix?  I'd be more suspicious
> that it thinks that the leading ESC in the expansion is a prefix.

I am sure.  I checked that bindtab['^Z'] == z_prefix.  And I think it is
inroduced after Zefram's changes so zsh-3.0.2 does not have this bug.

Zoltan



Messages sorted by: Reverse Date, Date, Thread, Author