summaryrefslogtreecommitdiff
path: root/doc/help/commands.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-29 13:02:01 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-29 13:02:01 +0200
commitf86cd440de9ab782f38539af44d346ffce909036 (patch)
tree53a9c0709db53298a5b388a60cc792185c4cb284 /doc/help/commands.asciidoc
parentd094e4e18a225d234e685e01260c0ff1fb421299 (diff)
parent1ada42daef0ab29ec4c4d310d963593959504426 (diff)
downloadqutebrowser-f86cd440de9ab782f38539af44d346ffce909036.tar.gz
qutebrowser-f86cd440de9ab782f38539af44d346ffce909036.zip
Merge remote-tracking branch 'origin/pr/4180' into completion
Diffstat (limited to 'doc/help/commands.asciidoc')
-rw-r--r--doc/help/commands.asciidoc10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 6c3de8d94..c86c301af 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -145,10 +145,13 @@ This updates `~/.local/share/qutebrowser/blocked-hosts` with downloaded host lis
[[back]]
=== back
-Syntax: +:back [*--tab*] [*--bg*] [*--window*]+
+Syntax: +:back [*--tab*] [*--bg*] [*--window*] ['index']+
Go back in the history of the current tab.
+==== positional arguments
+* +'index'+: Which page to go back to, count takes precedence.
+
==== optional arguments
* +*-t*+, +*--tab*+: Go back in a new tab.
* +*-b*+, +*--bg*+: Go back in a background tab.
@@ -567,10 +570,13 @@ Follow the selected text.
[[forward]]
=== forward
-Syntax: +:forward [*--tab*] [*--bg*] [*--window*]+
+Syntax: +:forward [*--tab*] [*--bg*] [*--window*] ['index']+
Go forward in the history of the current tab.
+==== positional arguments
+* +'index'+: Which page to go forward to, count takes precedence.
+
==== optional arguments
* +*-t*+, +*--tab*+: Go forward in a new tab.
* +*-b*+, +*--bg*+: Go forward in a background tab.