how to search scrollback incrementally

Marc Lehmann schmorp at schmorp.de
Thu Aug 30 05:22:17 CEST 2007


On Tue, Aug 28, 2007 at 04:48:07PM +0200, martin f krafft <madduck at madduck.net> wrote:
> I have embraced the M-s way of searching scrollback with urxvt, but
> even though the homepage says "incremental search", I cannot figure
> out (or find documents/web links that tell me) how to go to the
> next/previous occurrence of the search string. Please enlighten me!

Could you enlighten me what next/previous occurence has to do with
incremental search? :)

In any case, the urxvtperl manpage documents all the keys, including
next/previous:

  Inputting characters appends them to the regex and continues incremental
  search. "BackSpace" removes a character from the regex, "Up" and "Down"
  search upwards/downwards in the scrollback buffer, "End" jumps to the
  bottom. "Escape" leaves search mode and returns to the point where
  search was started, while "Enter" or "Return" stay at the current
  position and additionally stores the first match in the current line
  into the primary selection.

(ah, I need to update it for the new behaviour).

-- 
                The choice of a
      -----==-     _GNU_
      ----==-- _       generation     Marc Lehmann
      ---==---(_)__  __ ____  __      pcg at goof.com
      --==---/ / _ \/ // /\ \/ /      http://schmorp.de/
      -=====/_/_//_/\_,_/ /_/\_\      XX11-RIPE




More information about the rxvt-unicode mailing list