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

Re: Are completions in some way heavy?



Sebastian Gniazdowski wrote:
> So why did I try completion. To take a guess maybe. This leads to an
> idea of how this could be done:
>
> - tab invokes "small man page" as it usually does after "command -<TAB>"
> - the text can be searched – entering something greps lines in the "man page"
> - bits of text can be navigated like in file completion when properly
> configured – I mean cursor keys move the reverse highlight over what's
> available

Menu selection (the zsh/complist module) has an incremental search, so
what you describe above can already be done.

Oliver



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