Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: CTRL+Left & CTRL+Right
- X-seq: zsh-users 14306
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: Lista ZSH Users <zsh-users@xxxxxxxxxx>
- Subject: Re: CTRL+Left & CTRL+Right
- Date: Sat, 15 Aug 2009 01:06:19 +0200
- In-reply-to: <233049810908141530w40d21820lc98c52036549f3d9@xxxxxxxxxxxxxx>
- Mail-followup-to: Lista ZSH Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <233049810908141530w40d21820lc98c52036549f3d9@xxxxxxxxxxxxxx>
On 2009-08-14 18:30:28 -0400, Lucas Salies Brum wrote:
> How to set CTRL+Left and CTRL+Right to jump one word?
With bindkey.
You can get the escape sequences corresponding to Ctrl-Left and
Ctrl-Right with "cat". Do not test with something like "tack"
as it switches to application mode (which can change the escape
sequences) and zsh doesn't use it.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author