Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion using menu
- X-seq: zsh-users 11218
- From: "Anupam Srivastava" <anupam.srivastava@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: completion using menu
- Date: Sun, 25 Feb 2007 03:41:59 +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:mime-version:content-type:content-transfer-encoding:content-disposition; b=Fyf5g0rbXh764Ti3JFDOea1e+taneZkcRuPCsc0tJfbhG4RgepFUzMa6GhH14k7XjTK6Ya7YIioDAxCHBGOvAHXRrvXBkd1PmYnQyMsuccuJz2Zs6RFYIwVK5zGw1a9ZAPg0ON5VWMeDVJj4nXsDw2wojf+QVQV45kDafLwDuw0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tTrgO3wJ1UWmlCVHAkC3EmnJWc2doMV5zTaI7wHrhobkbQ18B2VZxDsELzmWdwLDKwRBPqwSlWvwM9tHqgnhF93bnmqxHW1gyDQwticb/NNpYiIM943MJ2ufoRKbGb+3xb0AhyVQa4KkdhYVdZsKZVuKUfMuf2h19OxOjVw7PYs=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi!
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:*'
I dont find any difference due to line 3 and 4. When I replaced line 3 with:
zstyle -d ':completion:*:*:cd:*' menu no select
there was no selection no matter how many times I press TABs (which is
kind of predictable from the command)
I tried to look up on the internet/documents about zstyle but couldn't
figure out by myself.
Any one knows how to do this?
--
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