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

Re: zsh 2.6-beta13 bug report



>1. The following binding doesn't work
>  bindkey -v
>  bindkey -a ':' execute-named-cmd
>
>when I do <ESCAPE> and then ':', the named-cmd prompt is frozen.

That's because it's still using the command mode key mapping, where not
many keys are bound to self-insert.  I think one of the ZLE patches
I've already posted fixes this.

-zefram



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