summaryrefslogtreecommitdiff
path: root/doc/help
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-23 14:26:54 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-23 14:26:54 +0100
commit103017876e3ad3a74591fdd5053addb11a43f8f5 (patch)
treec63790736699b91c567e3443e1a47159243e778b /doc/help
parent0bb6704122e5182589a338403bab874bc9ec1f08 (diff)
downloadqutebrowser-103017876e3ad3a74591fdd5053addb11a43f8f5.tar.gz
qutebrowser-103017876e3ad3a74591fdd5053addb11a43f8f5.zip
Update docs
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/commands.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 3386386ef..8eca20caf 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -1452,13 +1452,15 @@ How many tabs to switch forward.
[[tab-only]]
=== tab-only
-Syntax: +:tab-only [*--prev*] [*--next*] [*--force*]+
+Syntax: +:tab-only [*--prev*] [*--next*] [*--pinned* 'behavior'] [*--force*]+
Close all tabs except for the current one.
==== optional arguments
* +*-p*+, +*--prev*+: Keep tabs before the current.
* +*-n*+, +*--next*+: Keep tabs after the current.
+* +*-P*+, +*--pinned*+: What to do with pinned tabs. Valid values: prompt, close, keep.
+
* +*-f*+, +*--force*+: Avoid confirmation for pinned tabs.
[[tab-pin]]