vimb icon indicating copy to clipboard operation
vimb copied to clipboard

Follow prev and next links

Open fanglingsu opened this issue 7 years ago • 1 comments

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.

fanglingsu avatar Aug 08 '18 22:08 fanglingsu

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.

stale[bot] avatar Oct 07 '18 22:10 stale[bot]