tats/w3m

'Treat URL-like strings as links in all pages' does not mix well with 'Display link numbers'

Opened this issue · 0 comments

mark_all_pages = convert any plain text link to clickable URL
display_link_number = jump to a link quickly via numbers (e.g like hinting mode in vimium extension similar)

issue is the converted clickable URLs does not have a number next to it and it throws off the jumping if you have clickable URLs in between.

• [1]Command Line
• [2]Linux, GNU/Linux, free software...
https://example.com
https://example2.com
• [3]w3m

in this case if i want to jump to [3]w3m i would have to use 5[ hotkey

So maybe have a way to include numbers to those converted clickable URLs also?


~/.w3m/config
mark_all_pages 1
display_link_number 1