From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16224 invoked from network); 23 Sep 2005 23:19:01 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 23 Sep 2005 23:19:01 -0000 Received: (qmail 11761 invoked from network); 23 Sep 2005 23:18:51 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Sep 2005 23:18:51 -0000 Received: (qmail 22441 invoked by alias); 23 Sep 2005 23:18:44 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9439 Received: (qmail 26359 invoked from network); 23 Sep 2005 20:32:02 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 23 Sep 2005 20:32:02 -0000 Received: (qmail 20045 invoked from network); 23 Sep 2005 20:32:02 -0000 Received: from batman.mns.ru (80.70.224.14) by a.mx.sunsite.dk with SMTP; 23 Sep 2005 20:32:00 -0000 Received: from kos.local ([10.1.1.76]) by batman.mns.ru with esmtp; Sat, 24 Sep 2005 00:31:57 +0400 id 0001A72D.4334663D.000072E5 From: Konstantin Sobolev Reply-To: kos@supportwizard.com Organization: SupportWizard To: zsh-users@sunsite.dk Subject: bindkey to INS Date: Sat, 24 Sep 2005 00:32:00 +0400 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509240032.00439.kos@supportwizard.com> X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 Hi, Is it possible to bind an INS key to accept-and-menu-complete? All my attempts like bindkey -M menuselect "${key[Insert]}" accept-and-menu-complete doesn't work, pressing Insert just prints a "~". Also, is it possible to bind a couple of commands to the same key, like bindkey "^Z" "kill-line; accept-line"? thanks -- /KoS * When I want your advice, I'll beat it out of you!