Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
scrollable list of completions
- X-seq: zsh-users 10621
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: scrollable list of completions
- Date: Sat, 19 Aug 2006 12:06:23 +0200
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
By defaut, if I type a[TAB], I get:
zsh: do you wish to see all 140 possibilities (47 lines)?
I can choose 'y', but all the completions are output, even if they
don't fit on the screen. I'd like to have a scrollable list of
completions. I can use:
zstyle ':completion:*' list-prompt ''
for that, but then, I no longer get the above question. How can I
have both?
TIA,
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author