Is it possible to scroll in isearch mode?

Posted by Leo Alekseyev on Stack Overflow See other posts from Stack Overflow or by Leo Alekseyev
Published on 2010-03-18T05:22:00Z Indexed on 2010/03/18 5:31 UTC
Read the original article Hit count: 131

Filed under:

Is there a way to scroll through a document without exiting isearch mode? I have isearch-allow-scroll set to t, but that limits my scroll range to make sure the current isearch match is visible in the buffer. Ideally, I would like to be able to scroll with the mousewheel, having all the isearch matches highlighted as I scroll.

I am aware of M-x occur, but a lot of the time simply being able to scroll in isearch mode would be more efficient (in addition, M-x occur does not play well with folding mode).

© Stack Overflow or respective owner

Related posts about emacs