summaryrefslogtreecommitdiff
path: root/searx/static/plugins/js/vim_hotkeys.js
AgeCommit message (Collapse)Author
2022-05-07theme: remove __common__Alexandre Flament
2019-12-16Fix not jumping to results loaded by infinite scrollNick 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-05Fix Vim mode on FirefoxRichard 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-24Fix result selection for top & bottom scrollingKirill Isakov
2016-04-24Add auto page scrolling to selected resultKirill Isakov
2016-04-24Add search result navigation supportKirill Isakov
2016-04-24Set vim-hotkeys help panels to same heightKirill Isakov
2016-04-23[WIP] Add vim-hotkeys pluginKirill Isakov