Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
list-choices
- X-seq: zsh-workers 2192
- From: Vinnie Shelton <shelton@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (zsh-list)
- Subject: list-choices
- Date: Thu, 03 Oct 1996 14:12:18 -0400
- Reply-to: acs@xxxxxxxxxxxxx
If I use automenu to complete a directory, how do I list the choices under
that directory? I thought ^D would work, and then I tried ESC ^D, but
still no joy.
For example:
: ~/foo Thu 3 14:02; zsh -f
spacely% echo $ZSH_VERSION
3.0.1-test2
spacely% uname -a
SunOS spacely 5.5 Generic sun4m sparc SUNW,SPARCstation-5
spacely% ls -R
.:
abc abd
./abc:
aaa bbb ccc
./abd:
spacely% setopt automenu autolist
spacely% ls ab<TAB>
abc abd
<TAB> again yields:
spacely% ls abc/
Now if I press ^D or "ESC ^D", I get:
abc abd
I want to accept the current selection and move to the next layer down -
I want the choices listed to be "aaa bbb ccc". I thought delete-char-or-list
used to do what I want, but I can't reproduce the desired behavior.
TIA,
Vin Shelton
Messages sorted by:
Reverse Date,
Date,
Thread,
Author