summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-08-22 13:56:59 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-22 13:56:59 +0200
commit18d73114cebcd2a1380b8ed170645f61d2acc601 (patch)
tree9a3969cefa2e3f1c20953899a79d9bd6691f62ee
parent3f875e3b275eea07404b08f405121b087e6c0575 (diff)
downloadqutebrowser-18d73114cebcd2a1380b8ed170645f61d2acc601.tar.gz
qutebrowser-18d73114cebcd2a1380b8ed170645f61d2acc601.zip
Update docs
-rw-r--r--doc/help/commands.asciidoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index b1ba0b83c..0ba7b15a2 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -146,7 +146,7 @@ Update block lists for both the host- and the Brave ad blocker.
[[back]]
=== back
-Syntax: +:back [*--tab*] [*--bg*] [*--window*] ['index']+
+Syntax: +:back [*--tab*] [*--bg*] [*--window*] [*--quiet*] ['index']+
Go back in the history of the current tab.
@@ -157,6 +157,7 @@ Go back in the history of the current tab.
* +*-t*+, +*--tab*+: Go back in a new tab.
* +*-b*+, +*--bg*+: Go back in a background tab.
* +*-w*+, +*--window*+: Go back in a new window.
+* +*-q*+, +*--quiet*+: Don't show an error if already at the beginning of history.
==== count
How many pages to go back.
@@ -556,7 +557,7 @@ Send a fake keypress or key string to the website or qutebrowser.
[[forward]]
=== forward
-Syntax: +:forward [*--tab*] [*--bg*] [*--window*] ['index']+
+Syntax: +:forward [*--tab*] [*--bg*] [*--window*] [*--quiet*] ['index']+
Go forward in the history of the current tab.
@@ -567,6 +568,7 @@ Go forward in the history of the current tab.
* +*-t*+, +*--tab*+: Go forward in a new tab.
* +*-b*+, +*--bg*+: Go forward in a background tab.
* +*-w*+, +*--window*+: Go forward in a new window.
+* +*-q*+, +*--quiet*+: Don't show an error if already at the end of history.
==== count
How many pages to go forward.