mirror of https://github.com/searxng/searxng.git
0ae86cd168
Infinite scroll adds a `hr` tag to split up the sections loaded by it. The vim bindings `j` and `k`, which jump to the next and previous result respectively, search for a **direct** sibling with the class `result`. With the `hr` between results a direct sibling cannot be found. To fix this we remove the restriction of it having to be a direct sibling. |
||
---|---|---|
.. | ||
infinite_scroll.js | ||
open_results_on_new_tab.js | ||
search_on_category_select.js | ||
vim_hotkeys.js |