Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Feature-request
- X-seq: zsh-users 10646
- From: James Andrewartha <trs80@xxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Feature-request
- Date: Sun, 27 Aug 2006 20:17:44 +0800 (WST)
- In-reply-to: <060826114554.ZM15290@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <op.tev164roqxq5gl@localhost> <060826114554.ZM15290@xxxxxxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author