Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: glob completion without menu style completion
- X-seq: zsh-users 3429
- From: "E. Jay Berkenbilt" <ejb@xxxxxx>
- To: schaefer@xxxxxxxxxxxxxxxxxxxxxxx
- Subject: Re: glob completion without menu style completion
- Date: Fri, 15 Sep 2000 15:52:10 -0400
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <000915115539.ZM17342@xxxxxxxxxxxxxxxxxxxxxxx> (schaefer@xxxxxxxxxxxxxxxxxxxxxxx)
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <000101c01f3e$cf699350$21c9ca95@xxxxxxxxxxxxxx> <000915115539.ZM17342@xxxxxxxxxxxxxxxxxxxxxxx>
> > You are better off if you redefine TAB to simple expand-word like
> >
> > bindkey '^I' expand-word
>
> You mean "complete-word", not "expand-word". And if you run "compinit"
> *after* setting your styles with zstyle, *and* you have used the _expand
> completer, then compinit rebinds TAB to complete-word for you, for just
> this reason.
Ah. This all makes sense now. My previous reply can be disregarded.
Now I just have to decide whether to use _match as a secondary
completer and whether to use _expand is a primary completer.
Jay
Messages sorted by:
Reverse Date,
Date,
Thread,
Author