From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10736 invoked from network); 16 Aug 2002 23:52:45 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 16 Aug 2002 23:52:45 -0000 Received: (qmail 3224 invoked by alias); 16 Aug 2002 23:52:28 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5259 Received: (qmail 3209 invoked from network); 16 Aug 2002 23:52:26 -0000 Date: Fri, 16 Aug 2002 18:51:57 -0500 (CDT) From: To: Subject: history menu completion? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Here is a scenario: $ somecommand -with -fancy /options/and/a/long/path $ somecommand -with -more -fancy /options/and/another/long/path . Now, if I do: $ !somecom I'll get the following $ somecommand -with -more -fancy /options/and/another/long/path At this point, I would like to be able to hit again to get: $ somecommand -with -fancy /options/and/a/long/path the same way it works for ambiguous filename completion. Searches have failed me: Is there a way to do this with zsh? If not, there should be!