From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21775 invoked from network); 30 Oct 2005 05:11:17 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Oct 2005 05:11:17 -0000 Received: (qmail 34250 invoked from network); 30 Oct 2005 05:11:10 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Oct 2005 05:11:10 -0000 Received: (qmail 21644 invoked by alias); 30 Oct 2005 05:11:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9595 Received: (qmail 21633 invoked from network); 30 Oct 2005 05:11:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Oct 2005 05:11:00 -0000 Received: (qmail 33043 invoked from network); 30 Oct 2005 05:11:00 -0000 Received: from tantale.fifi.org (64.81.251.130) by a.mx.sunsite.dk with SMTP; 30 Oct 2005 05:10:58 -0000 Received: from ceramic.fifi.org (Debian-exim@ceramic.fifi.org [64.81.251.131]) by tantale.fifi.org (8.9.3p2/8.9.3/Debian 8.9.3-21) with ESMTP id WAA22529; Sat, 29 Oct 2005 22:10:55 -0700 Received: from phil by ceramic.fifi.org with local (Exim 4.34) id 1EW5T5-0000VA-9i; Sat, 29 Oct 2005 22:10:55 -0700 To: zzapper Cc: zsh-users@sunsite.dk Subject: Re: Simple Tip of the Day References: Mail-Copies-To: nobody From: Philippe Troin Date: 29 Oct 2005 22:10:55 -0700 In-Reply-To: Message-ID: <87acgregio.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 zzapper writes: > Your most useful binding? "^O" accept-line-and-down-history Allows someone to repeat a sequence of commands. Eg. % foo -foo-output- % bar -foo-output- % baz -foo-output- % prompt now shows: % foo -foo-output- % bar -foo-output- % baz -foo-output- % Easier seen than described. Phil.