Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vi-history-incremental-search?
- X-seq: zsh-users 5320
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Steve Talley <stephen.talley@xxxxxxx>
- Subject: Re: vi-history-incremental-search?
- Date: Fri, 30 Aug 2002 11:44:06 -0700 (PDT)
- Cc: Zsh Users <zsh-users@xxxxxxxxxx>
- In-reply-to: <20020829204918.GE9260@.central.sun.com>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
On Thu, 29 Aug 2002, Steve Talley wrote:
> When I use vi-history-search-backward to search for "foo" (matched at
> 102), I can use "n" (vi-repeat-search) to perform the same search
> again (matched at 100). But if I initially use
> history-incremental-search-backward to search for "foo", then "n"
> (vi-repeat-search) doesn't continue the search for "foo".
The easiest solution would probably be to change the two functions to
use the same last-search variable instead of two different ones. The
only downside to this is if someone out there uses both search functions
and enjoys having a different search default in each one. I personally
see no problem with combining them.
Bart Schaefer wrote:
> Even in emacs mode you can't exit from incremental search and then
> resume the same search again later.
I'm not sure what you mean here. Type Ctrl-R twice and it will start a
new search with the previous search string.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author