It is not possible to have multiple pages to be open simultaneously. If you run lynx
with multiple URLs in command line - it will open the last one.
It is however possible to create a jump file. It is virtually the same as bookmarks in other browsers.
Create a file with full URLs:
<dt>?<dd><a href="file://localhost/home/me/jumps.html">jumps file</a>
<dt>a<dd><a href="file://localhost/home/me/a.html">a file</a>
<dt>b<dd><a href="file://localhost/home/me/b.html">b file</a>
<dt>c<dd><a href="file://localhost/home/me/c.html">c file</a>
Please note, that the '?' have to be the first one in the file. Not sure why it is so...
Create/modify a local config file and add that jump file into it:
JUMPFILE:/home/me/jumps.html
INCLUDE:/etc/lynx/lynx.cfg
Next, enable that local config file on the lynx
start
linx -cfg /home/me/lynx.cfg
Now all you need is to hit j
, type the shortcut (the one defined in dt) and lynx will jump to that file.