From 1463fc4e35910defe3ddb30ae292c9db37dbe4d4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 22 May 2020 22:26:09 +0200 Subject: [PATCH] Update docs --- doc/changelog.asciidoc | 1 + doc/help/commands.asciidoc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 `` 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).