From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5883 invoked from network); 18 Oct 2000 03:08:07 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 Oct 2000 03:08:07 -0000 Received: (qmail 28756 invoked by alias); 18 Oct 2000 03:07:57 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3459 Received: (qmail 28745 invoked from network); 18 Oct 2000 03:07:56 -0000 Date: Tue, 17 Oct 2000 20:07:47 -0700 From: Danek Duvall To: "E. Jay Berkenbilt" Cc: zsh-users@sunsite.auc.dk Subject: Re: more tcsh-like history-search capability Message-ID: <20001017200747.A28158@lorien.emufarm.org> Mail-Followup-To: "E. Jay Berkenbilt" , zsh-users@sunsite.auc.dk References: <200010180031.UAA21435@soup.ql.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <200010180031.UAA21435@soup.ql.org> On Tue, Oct 17, 2000 at 08:31:23PM -0400, E. Jay Berkenbilt wrote: > By default, zsh's history-search functions look through history for > lines whose first word starts with the first word on the command line. > I prefer to search for commands that start with the string before the > cursor. So do I. And zsh even has these built-in: history-beginning-search-backward history-beginning-search-forward :) Danek