diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 053fa6e78..9a2e2bb02 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -32,6 +32,7 @@ |<>|Preset the statusbar to some text. |<>|Spawn a command in a shell. |<>|Stop loading in the current/[count]th tab. +|<>|Duplicate the current tab. |<>|Close the current/[count]th tab. |<>|Select the tab given as argument/[count]. |<>|Move the current tab. @@ -48,8 +49,14 @@ |============== [[back]] === back +Syntax: +:back [*--tab*] [*--bg*]+ + Go back in the history of the current tab. +==== optional arguments +* +*-t*+, +*--tab*+: Go back in a new tab. +* +*-b*+, +*--bg*+: Go back in a background tab. + ==== count How many pages to go back. @@ -80,8 +87,14 @@ Download the current page. [[forward]] === forward +Syntax: +:forward [*--tab*] [*--bg*]+ + Go forward in the history of the current tab. +==== optional arguments +* +*-t*+, +*--tab*+: Go forward in a new tab. +* +*-b*+, +*--bg*+: Go back in a background tab. + ==== count How many pages to go forward. @@ -324,6 +337,15 @@ Stop loading in the current/[count]th tab. ==== count The tab index to stop. +[[tab-clone]] +=== tab-clone +Syntax: +:tab-clone [*--bg*]+ + +Duplicate the current tab. + +==== optional arguments +* +*-b*+, +*--bg*+: Open in a background tab. + [[tab-close]] === tab-close Close the current/[count]th tab.