summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-05-22 22:26:09 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-05-22 22:26:09 +0200
commit1463fc4e35910defe3ddb30ae292c9db37dbe4d4 (patch)
tree213fcc14dc1693dea0e93860945b180b71f23eb2
parent399ff092dc3880ebc56b80cd6d8dcdd00ff341a5 (diff)
downloadqutebrowser-1463fc4e35910defe3ddb30ae292c9db37dbe4d4.tar.gz
qutebrowser-1463fc4e35910defe3ddb30ae292c9db37dbe4d4.zip
Update docs
-rw-r--r--doc/changelog.asciidoc1
-rw-r--r--doc/help/commands.asciidoc3
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 46c72e4e2..535a2f16b 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -51,6 +51,7 @@ Changed
`misc/requirements/requirements-tests.txt{,-raw}` is supported.
- The `:tab-focus` command now has completion for tabs in the current window.
- The `bindings.key_mappings` setting now maps `<Ctrl+I>` to the tab key by default.
+- `:tab-give --private` now detaches a tab into a new private window.
Fixed
~~~~~
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 8cd8a62c8..dc40c76a6 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -1341,7 +1341,7 @@ The tab index to focus, starting with 1.
[[tab-give]]
=== tab-give
-Syntax: +:tab-give [*--keep*] ['win-id']+
+Syntax: +:tab-give [*--keep*] [*--private*] ['win-id']+
Give the current tab to a new or existing window if win_id given.
@@ -1352,6 +1352,7 @@ If no win_id is given, the tab will get detached into a new window.
==== optional arguments
* +*-k*+, +*--keep*+: If given, keep the old tab around.
+* +*-p*+, +*--private*+: If the tab should be detached into a private instance.
==== count
Overrides win_id (index starts at 1 for win_id=0).