Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: more tcsh-like history-search capability



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



Messages sorted by: Reverse Date, Date, Thread, Author