Commit Graph

7 Commits (6db568bf69b7145451ff90e14da0e49fb5b6269b)

Author SHA1 Message Date
Nick Espig 0ae86cd168
Fix not jumping to results loaded by infinite scroll
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.
5 years ago
Richard Nespithal 0314349b08
Fix Vim mode on Firefox
Firefox automatically opens a built-in quick search when user
starts typing without selected input and the Vim shortcuts
are not triggered
6 years ago
Kirill Isakov c12e41a80f Fix result selection for top & bottom scrolling 8 years ago
Kirill Isakov 7b48a66350 Add auto page scrolling to selected result 8 years ago
Kirill Isakov 0d6625e070 Add search result navigation support 8 years ago
Kirill Isakov 1faf1b645b Set vim-hotkeys help panels to same height 8 years ago
Kirill Isakov 3246541bdc [WIP] Add vim-hotkeys plugin 8 years ago