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

Re: Are completions in some way heavy?



On 11 June 2016 at 19:18, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Jun 11,  9:15am, Sebastian Gniazdowski wrote:
> }
> } I can even do:
> }
> } bindkey -M menuselect ' ' 'accept-line ; accept-line'
> }
> } which ends search instantly
>
> This is equivalent to
>
>     bindkey -M menuselect ' ' undefined-key
>
> because "accept-line ; accept-line" is not a valid widget name.

Tried first with double-accept-line widget, which called accept-line
twice, reverted to inline code after it worked the same. Thanks for
pointing this out it's better to be correct

Best regards,
Sebastian Gniazdowski



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