Activates pop-up box where you can enter a filename or url.
Using the <Up_Arrow> key while the "Go to box" is active permits
scrolling of this session's "Go to" history (i.e. all the urls/filenames you typed in).
Links will also automatically prepend any request with the protocol prefix
(http://; file://; ftp://) according
to the scheme explained in [Note 1].
Follow and Display current link
<enter> or <return> or --> <Right_Arrow>
Invokes a request for the current link's file to display. A left mouse button click does the same.
Please note that Links, in it's distributed form, will attempt to display any file
request.
To prevent the undesirable display of files such as image files, see [Note 2].
Download link file
d or D
Same as 'Save Link As' in some other browsers.
To specify a default download directory, add the following line to your ".links.cfg" file.
download_dir Downloads
where "Downloads" is an existing directory relative to your home directory.
Go back
<-- <Left_Arrow>
Reloads previously displayed document (if any).
Stop fetching
<-- <Left_Arrow>
To stop a file transfer, press this key once.
Reload/Refresh current page
^R
Note: this is not a screen refresh, it just reloads the page from the server.
Links, in its distributed form, will attempt to display any file that is requested with a "Go to"
command, either as rendered HTML or as plain text. In order to stop the undesirable display of binaries in "plain text"
you need to add some entries to your "~./.links/.links.cfg" file.
Here are two examples which will send image files to the xv(1) graphics application (if installed):
extension "jpg,jpeg,jpe" "image/jpeg"
extension "gif" "image/gif"
association "Image Display in X" "image/gif,image/jpeg" "xv %" 3 1
The section "File Extensions and Associations" [2.4] has a longer discussion of this subject,
and explains how to quickly and easily setup associations for most known MIME types.
The following diagram illustrates how, when the <Down_Arrow> key is pressed, it jumps from link-to-link
in a columns setting.
How Links jumps from link to link in a column setting.
+====== screen 1 ========+
| col A col B col C |
|------------------------|
| 1 4 |
| 2 6 |
| 3 5 7 |
+------------------------+
+====== screen 2 ========+
| col A col B col C |
|------------------------|
| 10 14 |
| 11 15 |
| 12 13 |
+------------------------+
The search and find functions in Links highlights phrases that match the term you are looking for. If you are
searching forwards in the document, Links will highlight the first term it finds, on the first screen where it
finds it.
Links does not scroll the the page so that the first term is displayed at the top of the current
screen. It will merely behave as if you had pressed the <Page_Down> key, and all matched
terms will be highlighted in reverse video.
Pressing the n key ("find next") will not "move" the next matched term to the
top of the current screen -- it will jump to the next screen where a match is found.
In short, the search and find functions does this:
Find and highlight all matches in the document.
Jump to the next screen where a match is located, i.e. the equivalent of pressing the
<Page_Down> key.