From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21942 invoked from network); 28 Oct 2005 15:26:02 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 28 Oct 2005 15:26:02 -0000 Received: (qmail 87653 invoked from network); 28 Oct 2005 15:25:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Oct 2005 15:25:54 -0000 Received: (qmail 6202 invoked by alias); 28 Oct 2005 15:25:47 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9584 Received: (qmail 6193 invoked from network); 28 Oct 2005 15:25:47 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 28 Oct 2005 15:25:47 -0000 Received: (qmail 86554 invoked from network); 28 Oct 2005 15:25:47 -0000 Received: from vms048pub.verizon.net (206.46.252.48) by a.mx.sunsite.dk with SMTP; 28 Oct 2005 15:25:46 -0000 Received: from candle.brasslantern.com ([71.116.81.225]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IP200MD8TIVI8D0@vms048.mailsrvcs.net> for zsh-users@sunsite.dk; Fri, 28 Oct 2005 10:25:44 -0500 (CDT) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j9SFPgW2024327; Fri, 28 Oct 2005 08:25:42 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j9SFPgZO024326; Fri, 28 Oct 2005 08:25:42 -0700 Date: Fri, 28 Oct 2005 15:25:42 +0000 From: Bart Schaefer Subject: Re: Simple Tip of the Day In-reply-to: To: Jean Chalard Cc: zsh-users@sunsite.dk Message-id: <1051028152542.ZM24325@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: Comments: In reply to Jean Chalard "Re: Simple Tip of the Day" (Oct 28, 8:32pm) 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=AWL,BAYES_00 autolearn=ham version=3.0.4 On Oct 28, 8:32pm, Jean Chalard wrote: } Subject: Re: Simple Tip of the Day } } Type the beginning of a command, and you can navigate through your } history lines that begin with what you typed. Exactly the same thing } as the default binding, except it's more powerful. } Only that messes up zed, because it only accepts up-line-or-history to } go up. I suggested a patch on the zsh-workers mailing list long ago } that Bart greatly improved, but it never made it into the CVS. A patch for zed? Searching the archives, I can't find anything that mentions you, me, and zed in the same article. I did find the 2004 thread "Re: .zshrc sanity check" where PWS proposed a vared patch to make zed use its own keymap ... but that patch appears to have been applied.