Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.
Allow to follow prev and next links by
[[
and]]
commands like it was done in vimb1 (81aa3cfc503a98f670b86db51de80660c3b96008).New settings to allow the user to set the regex to find the previous next pager links.
previouspattern
/\bprev\b|previous\b/i,/^(<\|<<\|«)$/,/^(<\|<<\|«)/,/(<\|<<\|«)$/
nextpattern
/\bnext\b/i,/^(>\|>>\|»)$/,/^(>\|>>\|»)/,/(>\|>>\|»)$/,/\bmore\b/i
I think this feature should be implemented in the webextension via DOM API.