Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Menu-completion for particular commands
- X-seq: zsh-users 3087
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: Menu-completion for particular commands
- Date: Mon, 29 May 2000 02:42:25 +0000
- In-reply-to: <20000528184811.A30691@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20000528154750.A2967@xxxxxxxxxxxxxxxx> <1000529001258.ZM28486@xxxxxxxxxxxxxxxxxxxxxxx> <20000528184811.A30691@xxxxxxxxxxxxxxxx>
On May 28, 6:48pm, David Bustos wrote:
} Subject: Re: Menu-completion for particular commands
}
} On Mon, May 29, 2000 at 12:12:58AM +0000, Bart Schaefer wrote:
} >
} > zsh% zstyle ':completion::complete:(g|)vim::default' menu true
} This didn't work immediately. ':completion:*:(g|)vim:*' did, though.
Hmm, the documentation appears to be fibbing about the `default' tag.
You only need one of those `*', though:
zstyle ':completion::complete:(g|)vim::*' menu true
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author