Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Range of bck-i-search
- X-seq: zsh-users 6403
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Björn Lindström <bkhl@xxxxxxxxxxxxxxxx>
- Subject: Re: Range of bck-i-search
- Date: Mon, 21 Jul 2003 16:44:58 -0700
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <87ptk3wmir.fsf@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <87ptk3wmir.fsf@xxxxxxxxxxxxxxx>
On Tue, Jul 22, 2003 at 12:19:40AM +0200, Björn Lindström wrote:
> What parameter controls how far back in the history bck-i-search (C-r)
> reaches?
The incremental search looks through the entire in-memory history, so
whatever value is set by HISTSIZE, that is the number of lines that are
around to search. There are several options that affect how duplicate
lines are treated that can affect a search that does not begin at the
bottom of the history (since the search does not wrap around):
hist_find_no_dups
hist_expire_dups_first
hist_ignore_dups
hist_ignore_all_dups
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author