From ddecc663aac605cf7298d7eae4e4b075d03f2330 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sat, 9 Nov 2024 15:26:49 +0000 Subject: [PATCH] Add "showTabsFullscreen" setting to documentation --- TerminalDocs/customize-settings/appearance.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/TerminalDocs/customize-settings/appearance.md b/TerminalDocs/customize-settings/appearance.md index 0c42adc6..1d3f4013 100644 --- a/TerminalDocs/customize-settings/appearance.md +++ b/TerminalDocs/customize-settings/appearance.md @@ -67,6 +67,22 @@ When this is set to `true`, tabs are always displayed. When it's set to `false` ___ +## Show tabs in fullscreen + +When this is set to `true`, tabs remain visible in fullscreen mode. When it's set to `false`, tabs will be hidden when entering fullscreen mode. + +**Property name:** `showTabsFullscreen` + +**Necessity:** Optional + +**Accepts:** `true`, `false` + +**Default value:** `false` + +
+ +___ + ## Position of newly created tabs ([Preview](https://aka.ms/terminal-preview)) Specifies where new tabs appear in the tab row. When this is set to `"afterLastTab"`, new tabs appear at the end of the tab row. When it's set to `"afterCurrentTab"`, new tabs appear after the current tab.