From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8985 invoked from network); 23 Jun 1999 08:08:25 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Jun 1999 08:08:25 -0000 Received: (qmail 24808 invoked by alias); 23 Jun 1999 08:07:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6797 Received: (qmail 24800 invoked from network); 23 Jun 1999 08:07:57 -0000 From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: Meta key binding RE: PATCH: local keymaps Date: Wed, 23 Jun 1999 12:07:16 +0400 Message-ID: <009c01bebd4f$6866dbb0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: <199906230750.JAA05790@beta.informatik.hu-berlin.de> > > Currently this is only used for complist, which uses a local map with > bindings for \t, \r, \n, and the default cursor key sequences. May be, it's time to allow for binding of generic keys instead of just escape sequences. E.g. in vim (or elvis) you can map charaters Right, Left, Home, F1 etc. Let's be more user friendly :-) Zsh already has access to termcap/terminfo, so it is little overhead - but it at least will make startup files much much simpler (assuming, that you work under more than one terminal type) /andrej