Print the current file name. Also shows some additional file information like file size or the last modified date.
View source. Opens the source code of the current web site with the internal editor in the current tab.
View source with an external editor. Opens the source code of the current web site with the external editor specified by the 'editor' option. For now the external editor must be able to download and open files from a remote URL.
View source code of current document. If [url] is specified then view the source of that document. When [!] is given, it is opened with the external editor.
Toggle between rendered and source view. Alternates the page in the current tab between a normally rendered view and the internal editor source view.
Go to the top of the document. When used with [count] like in 35gg, it scrolls to 35% of the document.
Go to the end of the document. When used with [count] like in 35G, it scrolls to 35% of the document.
Scroll document to the left. If [count] is specified then move [count] times as much to the left.
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).
Scroll document down. If [count] is specified then move [count] times as much down.
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).
Scroll document up. If [count] is specified then move [count] times as much up.
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).
Scroll document to the right. If [count] is specified then move [count] times as much to the right.
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).
Scroll up a full page. Scroll window [count] pages Backwards (upwards) in the buffer.
Scroll down a full page. Scroll window [count] pages Forwards (downwards) in the buffer.
Focus last used input field. If there is no last input field, it focuses the first input field. When used with [count] it directly jumps to the [count]th input field.
Focus next frame. Transfer keyboard focus to the [count]th next frame in order. The newly focused frame is briefly colored red. Does not wrap.
Focus previous frame. Transfer keyboard focus to the [count]th previous frame in order. The newly focused frame is briefly colored red. Does not wrap.
Follow the link labeled next or > if it exists. Useful when browsing forums or documentation. Change 'nextpattern' to modify its behavior. It follows relations between files too.
Follow the link labeled prev, previous or < if it exists. Useful when browsing forums or documentation. Change 'previouspattern' to modify its behavior. It follows relations between files too.
Set text zoom value of current web page. Zoom value can be between 30% and 300%. If it is omitted, text zoom is reset to 100%.
Set full zoom value of current web page. Zoom value can be between 30 and 300%. If it is omitted, full zoom is reset to 100%.
Set zoom value of current web page. [value] can be an absolute value between 30% and 300% or a relative value if prefixed with "-" or "+". If [value] is omitted, zoom is reset to 100%.
Normally this command operates on the text zoom; if used with [!], it operates on full zoom.
Yank current location to the clipboard. When running in X11 the location is also put into the selection, which can be pasted with the middle mouse button.
Select the author style sheet to apply. If [stylesheet] is not specified the page's default style sheet is used.
All author styling can be removed by setting the 'usermode' option.