| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-07 | theme: remove __common__ | Alexandre Flament | |
| 2019-12-16 | Fix not jumping to results loaded by infinite scroll | Nick Espig | |
| 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. | |||
| 2018-03-05 | Fix Vim mode on Firefox | Richard Nespithal | |
| Firefox automatically opens a built-in quick search when user starts typing without selected input and the Vim shortcuts are not triggered | |||
| 2016-04-24 | Fix result selection for top & bottom scrolling | Kirill Isakov | |
| 2016-04-24 | Add auto page scrolling to selected result | Kirill Isakov | |
| 2016-04-24 | Add search result navigation support | Kirill Isakov | |
| 2016-04-24 | Set vim-hotkeys help panels to same height | Kirill Isakov | |
| 2016-04-23 | [WIP] Add vim-hotkeys plugin | Kirill Isakov | |