zsh-users
 help / color / mirror / code / Atom feed
From: Dan Nelson <dnelson@allantgroup.com>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: zsh-users@sunsite.dk
Subject: Re: Feature-request
Date: Sun, 27 Aug 2006 15:11:05 -0500	[thread overview]
Message-ID: <20060827201105.GA21198@dan.emsphone.com> (raw)
In-Reply-To: <060827125414.ZM17313@torch.brasslantern.com>

In the last episode (Aug 27), Bart Schaefer said:
> On Aug 27,  8:17pm, James Andrewartha wrote:
> }
> } At least with gnome-terminal and putty,
> } 
> } bindkey "^[[Z" reverse-menu-complete
> 
> The esc-[-Z sequence for shift+tab does seem to be standard in more
> recent versions of X11 (possibly Xorg but not XFree86?), though I'm
> not having any luck tracking down where it gets set.  E.g., it works
> in my xterm on RedHat EL4, but not RedHat EL3, and it's not getting
> assigned in the app-defaults.

There's also a termcap string for the back-tab keystroke: kB.

zmodload zsh/termcap
bindkey ${termcap[kB]:-"^[[Z"} reverse-menu-complete

-- 
	Dan Nelson
	dnelson@allantgroup.com


  reply	other threads:[~2006-08-27 20:11 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   ` Feature-request James Andrewartha
2006-08-27 19:54     ` Feature-request Bart Schaefer
2006-08-27 20:11       ` Dan Nelson [this message]
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=20060827201105.GA21198@dan.emsphone.com \
    --to=dnelson@allantgroup.com \
    --cc=schaefer@brasslantern.com \
    --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).