I use isearch all the time in Emacs but I've noticed on large org mode files it can take some time to find the first match. Is there any way to speed up isearch in a buffer?
EDIT: The most noticeable speed improvement came from setting isearch-lazy-highlight
to nil
. I was experiencing a noticeable delay when calling isearch to jump to text and this delay has now disappeared.