vimb
vimb copied to clipboard
Follow prev and next links
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.
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.