Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Feature-request
- X-seq: zsh-users 10648
- From: Dan Nelson <dnelson@xxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Feature-request
- Date: Sun, 27 Aug 2006 15:11:05 -0500
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <060827125414.ZM17313@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <op.tev164roqxq5gl@localhost> <060826114554.ZM15290@xxxxxxxxxxxxxxxxxxxxxx> <Pine.LNX.4.56.0608272009420.13384@xxxxxxxxxxxxxxxxxxx> <060827125414.ZM17313@xxxxxxxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author