Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
reverse-menu-complete re-starting completion on 5.2?
- X-seq: zsh-users 21319
- From: Danek Duvall <duvall@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: reverse-menu-complete re-starting completion on 5.2?
- Date: Fri, 26 Feb 2016 09:59:37 -0800
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: Danek Duvall <duvall@xxxxxxxxxxxxxx>, zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
If, from zsh -f, I run
bindkey -v $'\t' menu-complete
bindkey -v $'\e\t' reverse-menu-complete
And my pwd contains the directories a<1-5>, then if I type "cd a<TAB>" and
keep on hitting tab, I'll cycle forward through the directories, and then
if I hit alt-tab, I'll start cycling backwards. So far, so good; that's
the behavior I want.
If I then run
autoload -Uz compinit
compinit -i
and try the same experiment, I can cycle forward through the directories
just fine, but when I switch into reverse, it takes whatever directory is
on the command line and starts completing its subdirectories backwards.
Absolutely not what I want.
This worked just fine in 5.0.7, and doesn't in 5.2. Is there some
configuration I missed between the two? Or is there something broken in
5.2?
Thanks,
Danek
Messages sorted by:
Reverse Date,
Date,
Thread,
Author