zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#289748: zsh: menu navigation is suboptimal
       [not found] <E1Co5Md-0003xr-00@nozomi>
@ 2005-01-11  9:39 ` Oliver Kiddle
  2005-01-11 11:44   ` Geoff Wing
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Kiddle @ 2005-01-11  9:39 UTC (permalink / raw)
  To: Benjamin Hill (Mako), 289748; +Cc: zsh-workers

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug#289748: zsh: menu navigation is suboptimal
  2005-01-11  9:39 ` Bug#289748: zsh: menu navigation is suboptimal Oliver Kiddle
@ 2005-01-11 11:44   ` Geoff Wing
  0 siblings, 0 replies; 2+ messages in thread
From: Geoff Wing @ 2005-01-11 11:44 UTC (permalink / raw)
  To: zsh-workers

Oliver Kiddle <okiddle@yahoo.co.uk> typed:
: 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:

What's wrong with left-arrow then up-arrow combo in the basic config (says
someone who doesn't use menu_complete (or is it auto_menu?) or
always_last_prompt options)?

Regards,
Geoff 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-11 11:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1Co5Md-0003xr-00@nozomi>
2005-01-11  9:39 ` Bug#289748: zsh: menu navigation is suboptimal Oliver Kiddle
2005-01-11 11:44   ` Geoff Wing

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).