Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Menu-complete with tab, complete with alt-tab
- X-seq: zsh-users 4400
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "'Jesper Holmberg'" <jesper.holmberg@xxxxxxxxxxxxxxxx>
- Subject: RE: Menu-complete with tab, complete with alt-tab
- Date: Fri, 19 Oct 2001 12:37:00 +0400
- Cc: "'zsh-users'" <zsh-users@xxxxxxxxxx>
- Importance: Normal
- In-reply-to: <20011018232016.C10295@xxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
>
> MENU_COMPLETE doesn't change keybindings, it changes the behaviour of
> the standard binding, which is expand-or-complete. So what you want
is,
> instead of the setopt,
>
> bindkey "^I" menu-complete
> bindkey "\M-^I" expand-or-complete
>
bindkey "\M-^I" complete-word
if you are using new completion. Not necessarily but highly recommended.
And then fine tune it to do expansion (if needed).
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author