• Nick Espig's avatar
    Fix not jumping to results loaded by infinite scroll · 0ae86cd1
    Nick Espig authored
    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.
    0ae86cd1
vim_hotkeys.js 9.74 KB