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

Add docs for windowing behavior #251

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

zadjii-msft
Copy link
Contributor

See original PR: microsoft/terminal#9118

Windowing Behavior

This setting controls how new terminal instances attach to existing windows. This propoerty is only used if the --window,-w window commandline argument is not provided. This setting accepts the following possible values:

  • useNew: Create a new window, always. This is how the Terminal always behaved prior to version 1.7.
  • useExisting: Create new tabs in the most recently used window on this desktop. If there's not an existing window on this virtual desktop, then create a new Terminal window.
  • useAnyExisting: Create new tabs in the most recently used window, regardless of which virtual desktop the window is on.

Property name: windowingBehavior

Necessity: Optional

Accepts: "useNew", "useExisting", "useAnyExisting"

Default value: "useNew"

[!IMPORTANT]
This setting is only available in Windows Terminal Preview, version 1.7+.

@opbld32
Copy link

opbld32 commented Feb 17, 2021

Docs Build status updates of commit 095bfc0:

✅ Validation status: passed

File Status Preview URL Details
TerminalDocs/customize-settings/startup.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@cinnamon-msft cinnamon-msft changed the base branch from master to release-1.7 February 23, 2021 22:50
@cinnamon-msft cinnamon-msft merged commit e50a00f into release-1.7 Feb 23, 2021
@cinnamon-msft cinnamon-msft deleted the dev/migrie/windowingBehavior branch February 23, 2021 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants