I can turn on link numbering with L f, but how can I keep link numbering always on?;)
I'm not sure if emacs-w3m picks up config from ~/.w3m/w3m, cause I do find a "display_link_number 1" there, but this doesn't seem to have any effect.
L f is bound to:
L f runs the command w3m-lnum-follow (found in w3m-mode-map), which is
an interactive compiled Lisp function in ‘w3m-lnum.el’.
It is bound to L f.
(w3m-lnum-follow ARG)
Turn on link numbers, ask for one and execute appropriate action on it.
If link - visit it, when button - press, when input - activate it,
If image - toggle it.
With prefix ARG visit link in new session or don’t move over
field/button/image on activation/push/toggle.
With ‘-’ ARG, for link image - go to it and toggle it, if link,
visit in background. With -4 ARG, for link image - toggle it.
With double prefix ARG, prompt for url to visit.
With triple prefix ARG, prompt for url to visit in new session.