Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
menu select suggestion
- X-seq: zsh-users 24349
- From: Perry Smith <pedz@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: menu select suggestion
- Date: Tue, 15 Oct 2019 12:32:41 -0500
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=easesoftware.com; s=default; h=To:Date:Message-Id:Subject:Mime-Version: Content-Transfer-Encoding:Content-Type:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=cfziDrBOMBAvotAbJeFGPuYAbsotj6Nk1VGBaQkm0XM=; b=UbDGN0OfsL2VHKNInI43TdMx38 Az6ylvwhDhMRCt7h1v5peyVksNa60BOugnCiuRfFoOPeXEN+pn/Dm8c7xPiMFuvVZqmHPX2Fdi68D zzOPP6scR767rgFRf9QGN/UvUDTWBTIYsGgdhpnhSh6cfeydN2/Qnr+XdrL1FGxpBrSTdtL8LWaGj poK0uaiyW60x5STwkzAXvxZv+4xiNqDz3T9BJpElc5tarWCFyAYl6khkIsv25WICmMySQZ2vFDsTS 9dXAKs4iKY8vHRZOrdwtwffu9oET0+3+koMniu3xA1tMMb3eHKKreIE9FWljOiOFTpEN5nbmtNubL t5k2kFZg==;
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
I dove into zsh about a week ago. One of the things that I just
didn’t know is what is “menu select” (as oppose to not using “menu
select”) from a user interface perspective.
I finally (a few hours ago today) understand that (for example) if I
have a directory full of files and I type a bit of one of the file
names and hit tab I get a list of completions. Now if I hit tab a
second time (with my current configuration) I then go into “menu
select” which highlights one of the words and I can now drive around
the menu with the arrow keys (and there is probably a lot more
features too that I’ve let to discover).
"Not menu select" the interface is different. It appears I can set
menu to true which has one interface or false which has another
interface.
I figured this out by tweaking
zstyle ':completion:*:*:*:*:*' menu XXX
to the different values. What confused me is that (at least with the
configuration I started from) I need to hit tab a second time before I
see any difference.
Is there a section in the man pages or the manual that describes the
various user interfaces?
Thank you
Messages sorted by:
Reverse Date,
Date,
Thread,
Author