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

Re: ZSH completion



On Fri, Sep 30, 2011 at 7:42 PM, Anonymous bin ich <ichbinanon@xxxxxxxxx> wrote:
> On Fri, Sep 30, 2011 at 7:09 PM, Bart Schaefer
> <schaefer@xxxxxxxxxxxxxxxx> wrote:
>> On Sep 30, 10:37am, Anonymous bin ich wrote:
>> }
>> } I want Zsh to stop completing until I press tab for a second time.
>>
>> setopt bash_auto_list
>>
>> That will still complete on the first tab if there's exactly one match.
>>
>
> Thanks, that is exactly what I wanted.
>
> Is there any equivalent for this using zstyle? (Not a problem, just a
> OCD compliance in maintaining my zshrc)
>
> Regards,
>

I would also add the 'menucomplete' should be off for the
aforementioned behavior:
setopt NO_menucomplete


-- 
Regards



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