Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
tab during menu completion
- X-seq: zsh-users 6656
- From: Daniel Muino <dmuino@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: tab during menu completion
- Date: Mon, 6 Oct 2003 16:29:30 -0700 (PDT)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I'm using zsh 4.1.1, and I like the menu based completion:
zstyle ':completion:*' menu yes=2 select=2 interactive
But I have a problem when I type the following:
ls /etc/<TAB>
[Menu appears here]
I hit <TAB> again.
My command line is then replaced to:
/etc/^@^@^@
Is it possible to bind <TAB> to forward-char during the menu selection?
Thanks,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author