From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13372 invoked from network); 17 Aug 2002 05:04:26 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Aug 2002 05:04:26 -0000 Received: (qmail 5629 invoked by alias); 17 Aug 2002 05:04:13 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5262 Received: (qmail 5615 invoked from network); 17 Aug 2002 05:04:12 -0000 Date: Fri, 16 Aug 2002 22:01:43 -0700 (PDT) From: Wayne Davison X-X-Sender: wayne@scuzzy.blorf.net To: vts@veritas.uchicago.edu Cc: zsh-users@sunsite.dk Subject: Re: history menu completion? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 16 Aug 2002 vts@veritas.uchicago.edu wrote: > $ somecommand -with -fancy /options/and/a/long/path > $ somecommand -with -more -fancy /options/and/another/long/path > $ !somecom How about typing the following instead? $ somecomp Then, repeat the p again to visit each prior command that started with "somecom". ..wayne..