zsh-users
 help / color / mirror / code / Atom feed
From: James Andrewartha <trs80@tartarus.uwa.edu.au>
To: zsh-users@sunsite.dk
Subject: Re: Feature-request
Date: Sun, 27 Aug 2006 20:17:44 +0800 (WST)	[thread overview]
Message-ID: <Pine.LNX.4.56.0608272009420.13384@tartarus.uwa.edu.au> (raw)
In-Reply-To: <060826114554.ZM15290@torch.brasslantern.com>

On Sat, 26 Aug 2006, Bart Schaefer wrote:

> On Aug 26,  4:29am, nik wrote:
> }
> } 1. shift+tabbing to cycle in reverse order, i.e some sort of reverse
> } tabbing.
>
> Most terminal emulators cannot distinguish shift+tab from tab on input,
> so you have to work out for yourself how to get shift+tab to send a
> recognizable key sequence if you want to use that.  Alt+tab is also
> a possibility, but that's often trapped by the window manager.  So I
> personally simply use escape followed by tab.
>
> 	bindkey "^[^I" reverse-menu-complete

At least with gnome-terminal and putty,

bindkey "^[[Z" reverse-menu-complete

makes shift+tab cycle in reverse order. The inverse binding I'd like is
shift+control+r to history-incremental-search-forward to complement
control+r for history-incremental-search-backward, although I did find out
^S (although it's currently used for XOFF) and ^Xs are bound to it.

James Andrewartha


  parent reply	other threads:[~2006-08-27 12:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-26 11:29 Feature-request nik
2006-08-26 18:45 ` Feature-request Bart Schaefer
2006-08-27  1:30   ` Feature-request Mikael Magnusson
2006-08-27 12:17   ` James Andrewartha [this message]
2006-08-27 19:54     ` Feature-request Bart Schaefer
2006-08-27 20:11       ` Feature-request Dan Nelson
2006-08-31 14:56         ` Feature-request Nikhil Jain

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=Pine.LNX.4.56.0608272009420.13384@tartarus.uwa.edu.au \
    --to=trs80@tartarus.uwa.edu.au \
    --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).