diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 32ebbc5ca..62961c4c7 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -15,10 +15,9 @@ |<>|Open main startpage in current tab. |<>|Toggle the web inspector. |<>|Execute a command after some time. -|<>|Open a "next" link. +|<>|Open typical prev/next links. |<>|Open a URL in the current/[count]th tab. |<>|Open a page from the clipboard. -|<>|Open a "previous" link. |<>|Print the current/[count]th tab. |<>|Add a new quickmark. |<>|Load a quickmark. @@ -41,6 +40,7 @@ |<>|Switch to the previous tab, or switch [count] tabs back. |<>|Unbind a keychain. |<>|Re-open a closed tab (optionally skipping [count] closed tabs). +|<>|Show the source of the current page. |<>|Yank the current URL/title to the clipboard or primary selection. |<>|Set the zoom level for the current tab. |<>|Increase the zoom level for the current tab. @@ -159,13 +159,22 @@ Execute a command after some time. * +'ms'+: How many milliseconds to wait. * +'command'+: The command to run, with optional args. -[[next-page]] -=== next-page -Syntax: +:next-page [*--tab*]+ +[[navigate]] +=== navigate +Syntax: +:navigate [*--tab*] 'where'+ + +Open typical prev/next links. + +This tries to automatically click on typical _Previous Page_ or _Next Page_ links using some heuristics. + +==== positional arguments +* +'where'+: What to open. + + - `prev`: Open a _previous_ link. + - `next`: Open a _next_ link. + -Open a "next" link. -This tries to automatically click on typical _Next Page_ links using some heuristics. ==== optional arguments * +*-t*+, +*--tab*+: Open in a new tab. @@ -197,17 +206,6 @@ Open a page from the clipboard. * +*-t*+, +*--tab*+: Open in a new tab. * +*-b*+, +*--bg*+: Open in a background tab. -[[prev-page]] -=== prev-page -Syntax: +:prev-page [*--tab*]+ - -Open a "previous" link. - -This tries to automatically click on typical _Previous Page_ links using some heuristics. - -==== optional arguments -* +*-t*+, +*--tab*+: Open in a new tab. - [[print]] === print Syntax: +:print [*--preview*]+ @@ -390,6 +388,10 @@ Unbind a keychain. === undo Re-open a closed tab (optionally skipping [count] closed tabs). +[[view-source]] +=== view-source +Show the source of the current page. + [[yank]] === yank Syntax: +:yank [*--title*] [*--sel*]+ diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index fd6313843..56112a51f 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -30,7 +30,7 @@ |<>|Whether to display javascript statusbar messages. |<>|Whether the zoom factor on a frame applies only to the text or to all content. |<>|Whether to expand each subframe to its contents. -|<>|User stylesheet to use. +|<>|User stylesheet to use (absolute filename or CSS string). |<>|Set the CSS media type. |============== @@ -79,6 +79,7 @@ |<>|How new tabs are positioned. |<>|How new tabs opened explicitely are positioned. |<>|Behaviour when the last tab is closed. +|<>|Hide the tabbar if only one tab is open. |<>|Whether to wrap when changing tabs. |<>|Whether tabs should be movable. |<>|On which mouse button to close tabs. @@ -353,9 +354,9 @@ Default: +pass:[false]+ [[ui-user-stylesheet]] === user-stylesheet -User stylesheet to use. +User stylesheet to use (absolute filename or CSS string). -Default: empty +Default: +pass:[::-webkit-scrollbar { width: 0px; height: 0px; }]+ [[ui-css-media-type]] === css-media-type @@ -556,6 +557,12 @@ Valid values: Default: +pass:[ignore]+ +[[tabs-auto-hide]] +=== auto-hide +Hide the tabbar if only one tab is open. + +Default: +pass:[false]+ + [[tabs-wrap]] === wrap Whether to wrap when changing tabs. @@ -1100,7 +1107,7 @@ Fonts used for the UI, with optional style/weight/size. === _monospace Default monospace fonts. -Default: +pass:[Terminus, Monospace, "DejaVu Sans Mono", Consolas, Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Terminal]+ +Default: +pass:[Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Consolas, Terminal]+ [[fonts-completion]] === completion