How to enable jump to first found item instantly

I’m using Search addon in my app: Gaiman Engine Demo

And if you use CTRL+F it seems that it don’t find anything, but in fact it does, and pressing CTRL+G jump to first item. With ALT+F it’s easier but you need to press Enter twice to find the item.

To see how this behave you need to have big file so it have to scroll to the item. In my app you need to run dev mode (config panel on bottom right), and edit PEG grammar top left editor (file try to search “*” with quotes).

I think that I was missing:

/addon/scroll/annotatescrollbar.js

it’s required by /addon/search/matchesonscrollbar.js