zsh-users
 help / color / mirror / code / Atom feed
From: Wayne Davison <wayned@users.sourceforge.net>
To: "Björn Lindström" <bkhl@privat.utfors.se>
Cc: zsh-users@sunsite.dk
Subject: Re: Range of bck-i-search
Date: Mon, 21 Jul 2003 16:44:58 -0700	[thread overview]
Message-ID: <20030721234458.GA30472@binome.blorf.net> (raw)
In-Reply-To: <87ptk3wmir.fsf@lucien.dreaming>

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..


      reply	other threads:[~2003-07-21 23:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-21 22:19 Björn Lindström
2003-07-21 23:44 ` Wayne Davison [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030721234458.GA30472@binome.blorf.net \
    --to=wayned@users.sourceforge.net \
    --cc=bkhl@privat.utfors.se \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).