From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17189 invoked from network); 27 Aug 2006 01:31:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Aug 2006 01:31:13 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 19468 invoked from network); 27 Aug 2006 01:31:05 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Aug 2006 01:31:05 -0000 Received: (qmail 4782 invoked by alias); 27 Aug 2006 01:30:52 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10645 Received: (qmail 4772 invoked from network); 27 Aug 2006 01:30:49 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 Aug 2006 01:30:49 -0000 Received: (qmail 18265 invoked from network); 27 Aug 2006 01:30:49 -0000 Received: from ug-out-1314.google.com (66.249.92.168) by a.mx.sunsite.dk with SMTP; 27 Aug 2006 01:30:48 -0000 Received: by ug-out-1314.google.com with SMTP id c2so2571046ugf for ; Sat, 26 Aug 2006 18:30:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rm5Dh+vcDwbwucZK6RliMBwmaCM76PmMHz6lJgbqO7t9UuhL00yheDNNTFuASWxC/g9EJ2WARd8uMXTBlbbNm3JYYJ1L6mt/pp+Lkdyath7ixexqHrNpqdNgExfhMTTsITHV0QZ4xGoFjCG4SaQfSerd6Wwyzi5O3YqUE01RuLY= Received: by 10.67.89.5 with SMTP id r5mr2882369ugl; Sat, 26 Aug 2006 18:30:47 -0700 (PDT) Received: by 10.66.222.6 with HTTP; Sat, 26 Aug 2006 18:30:47 -0700 (PDT) Message-ID: <237967ef0608261830u2be9df35vb9643aba0fe21eb8@mail.gmail.com> Date: Sun, 27 Aug 2006 03:30:47 +0200 From: "Mikael Magnusson" To: zsh-users@sunsite.dk Subject: Re: Feature-request In-Reply-To: <060826114554.ZM15290@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <060826114554.ZM15290@torch.brasslantern.com> On 8/26/06, 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 I've set up X to send "ISO_Left_Tab" when i press shift+tab, which lets me use "^[[Z" as reverse-menu-complete. > } 2. Some shortcut to delete till the last punctuation mark. > > There are several options for this: > > (1) Change the value of the WORDCHARS variable. > > (2) Use the select-word-style suite that comes with recent zsh, e.g.: > > autoload -U select-word-style > select-word-style bash > > (3) Rebind ^W to use vi-backward-kill-word. > > Details of all of these can be found in the documentation. I probably got this from the ml at some point, but this works nicely http://mikachu.ath.cx/slask/dot-delete-to Feel free to inline it in a reply if you want to archive it, but i don't trust gmail to send it correctly. -- Mikael Magnusson