zsh-users
 help / color / mirror / code / Atom feed
From: Zefram <zefram@fysh.org>
To: Jesper Holmberg <jesper.holmberg@enst-bretagne.fr>
Cc: zsh-users <zsh-users@sunsite.dk>
Subject: Re: Menu-complete with tab, complete with alt-tab
Date: Thu, 18 Oct 2001 23:20:16 +0100	[thread overview]
Message-ID: <20011018232016.C10295@fysh.org> (raw)
In-Reply-To: <20011018234825.B5311@strindberg.maisel.enst-bretagne.fr>

Jesper Holmberg wrote:
>setopt MENU_COMPLETE
>
>in my .zshrc to get menu-complete bound to tab. However, it would be
>very nice to have alt-tab bound to "regular" complete (preferably with
>auto_list as well). Can this be done? If so, how?

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

-zefram


  reply	other threads:[~2001-10-18 22:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-18 21:48 Jesper Holmberg
2001-10-18 22:20 ` Zefram [this message]
2001-10-19  8:37   ` Borsenkow Andrej
2001-10-19  9:28   ` Jesper Holmberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011018232016.C10295@fysh.org \
    --to=zefram@fysh.org \
    --cc=jesper.holmberg@enst-bretagne.fr \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).