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

Re: Completion Question



Sean Johnston wrote:
> % man zs_<tab>
> 
> becomes
> 
> % man zs _
> 
> What I would like would be for this to offer me the various zsh... man pages
> for completion, but it seems to spot that there is an exact match for what

It should do that by default. You must have either the rec_exact option
or accept-exact style set. Try unsetopt rec_exact and if that doesn't
work, look to see if the style is set.

Oliver 



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