Skip to content

Commit

Permalink
document newTabPosition (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
serd2011 authored Sep 12, 2022
1 parent 7ec197a commit 843463f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions TerminalDocs/customize-settings/appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,23 @@ When this is set to `true`, tabs are always displayed. When it's set to `false`

___

## Position of newly created tabs

Specifies where new tabs appear in the tab row. When this is set to `"afterLastTab"`, new tabs appear at the end of tab row. When it's set to `"afterCurrentTab"`, new tabs appear after current tab.


**Property name:** `newTabPosition`

**Necessity:** Optional

**Accepts:** `"afterLastTab"`, `"afterCurrentTab"`

**Default value:** `"afterLastTab"`

<br />

___

## Hide the title bar

:::row:::
Expand Down

0 comments on commit 843463f

Please sign in to comment.