Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document startupActions global setting #217

Merged
merged 5 commits into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions TerminalDocs/customize-settings/global-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,25 @@ _Configuration: [Powerline in PowerShell](./../custom-terminal-gallery/powerline

___

## Startup Actions

This sets the list of actions to execute on startup, allowing to run the Terminal with a custom set of tabs and panes by default. These actions will be applied only if no command line arguments were supplied. The list of actions is represented by a string with the same format as *commands* in the command line arguments. For more information about the *commands* format, visit the [Command line arguments page](./../command-line-arguments.md).

**Property name:** `startupActions`

**Necessity:** Optional

**Accepts:** String representing a list of action to run.

**Default value:** `""`

> [!IMPORTANT]
> This feature is only available in [Windows Terminal Preview](https://aka.ms/terminal-preview).

<br />

___

## Tab settings

### Use tab switcher experience ([Preview](https://aka.ms/terminal-preview))
Expand Down
3 changes: 3 additions & 0 deletions TerminalDocs/customize-settings/profile-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ This stores the name of the profile generator that originated the profile. _Ther

**Accepts:** String

> [!NOTE]
> This field should be omitted when declaring a custom profile. It is used by Terminal to connect automatically generated profiles to your settings file.

### Starting directory

This is the directory the shell starts in when it is loaded.
Expand Down