zsh-workers
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <okiddle@yahoo.co.uk>
To: "Benjamin Hill (Mako)" <mako@debian.org>, 289748@bugs.debian.org
Cc: zsh-workers@sunsite.dk
Subject: Re: Bug#289748: zsh: menu navigation is suboptimal
Date: Tue, 11 Jan 2005 10:39:04 +0100	[thread overview]
Message-ID: <24236.1105436344@trentino.logica.co.uk> (raw)
In-Reply-To: <E1Co5Md-0003xr-00@nozomi>

You wrote:
> The effect of this is that it can make it very hard to select the last
> item in a long multi-column menu of completions. For date-based
> organization of data in a directory, this can be particularly
> frustrating.

It is possible to get straight to the last item from the first by using
the reverse-menu-complete editor command. I bind that to shift-tab:

  bindkey '\e[Z' reverse-menu-complete

For the behaviour you want, with the up and down keys, you can try the
following bindings:

  bindkey -M menuselect '\e[B' menu-complete
  bindkey -M menuselect '\e[A' reverse-menu-complete

Note that your terminal may generate different escape sequences from
those keys.

Oliver


       reply	other threads:[~2005-01-11  9:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1Co5Md-0003xr-00@nozomi>
2005-01-11  9:39 ` Oliver Kiddle [this message]
2005-01-11 11:44   ` Geoff Wing

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=24236.1105436344@trentino.logica.co.uk \
    --to=okiddle@yahoo.co.uk \
    --cc=289748@bugs.debian.org \
    --cc=mako@debian.org \
    --cc=zsh-workers@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).