Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion using menu
- X-seq: zsh-users 11220
- From: "Anupam Srivastava" <anupam.srivastava@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: completion using menu
- Date: Sun, 25 Feb 2007 21:14:08 +0100
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BCyG8tN4HvXq721OXQNlcZ2yxl1k0zZ5gkPrJO4foocGTSl0qCx6Raimrj3/CepZ4Wu3K2Er0N4XIzPHRD+x2tIOtGYN0oBzROjrqtfbrTvc29YK75efTfwPNK4Zs84E2xzQteBRCOnnq5IQG9qDgbe7gVJJuWK+Z00sfSr1zsg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OPNappfnYmo0m3CcA+/J7qvT3pAf+ww91PbHoeryy6TqEtcWJxShBzCbGtBJW9zB9gEuR8ltmEZxPUYEH+Oq8vE+1EVYiJkEyYgbHmdTCZV/wFwfsf1k5qtBKXztKPPRTU2wIBJJi9cZS/bBu1W0BunZEEhtGOKQkNdoa6ngkME=
- In-reply-to: <200702251857.l1PIves0003267@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <anupam.srivastava@xxxxxxxxx> <848292410702241841s5669f702x674a1038fa0ff8a@xxxxxxxxxxxxxx> <200702251857.l1PIves0003267@xxxxxxxxxxxxxxxxx>
Adding "menu no" is still the same, i.e., no menu, no completion (by
pressing TAB)
What I want to have is menu completion for all the commands, except cd
(normal completion)
On 2/25/07, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx> wrote:
"Anupam Srivastava" wrote:
> Not-so-quick as it is, I want to use selection through menu for all
> the commands, barring few. Is it possible? I added these lines to my
> .zshrc but to no avail:
>
> zstyle ':completion:*:*:*:*' menu yes select
> zstyle ':completion:*:*:*' force-list always
> zstyle -d ':completion:*:*:cd:*'
> zstyle -d ':completion:*:cd:*'
"-d" simply deletes any existing matching style from the list so that
the completion system doesn't see it any more. You probably need:
zstyle ':completion:*:*:cd:*' menu no
See the manual entry for zstyle under zshmodules for how styles are
selected.
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/
--
Anupam Srivastava
-----------------
[Isaac Newton falls off the tree]
Cho-Cho: Did the fall hurt you?
Newton: It wasn't the fall; it was the sudden stop at the end.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author