Skip to content

Commit 537258a

Browse files
martin389carlos-zamora
authored andcommitted
Edits doc section Configuring Windows Terminal (#2719)
* Edits doc section `Configuring Windows Terminal` * Converts into a procedure. * Uses `⌵` character to replace the `down` UI element. * Additional minor edit Updates formatting, edits for brevity. * Fixed json path Added `8wekyb3d8bbwe` to file path.
1 parent b5fe4ff commit 537258a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/user-docs/index.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,15 @@ Not currently supported "out of the box". See issue [#1060](https://github.com/m
6767

6868
## Configuring Windows Terminal
6969

70-
At the time of writing all Windows Terminal settings are managed via a json file.
70+
All Windows Terminal settings are currently managed using the `profiles.json` file, located within `$env:LocalAppData\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe/RoamingState`.
7171

72-
From the `down` button in the top bar select Settings (default shortcut `Ctrl+,`).
72+
To open the settings file from Windows Terminal:
7373

74-
Your default json editor will open up the Terminal settings file. The file can be found
75-
at `$env:LocalAppData\Packages\Microsoft.WindowsTerminal_<randomString>/RoamingState`
74+
1. Click the `` button in the top bar.
75+
2. From the dropdown list, click `Settings`. You can also use a shortcut: `Ctrl+,`.
76+
3. Your default `json` editor will open the settings file.
7677

77-
An introduction to the various settings can be found [here](UsingJsonSettings.md).
78-
79-
The list of valid settings can be found in the [Profiles.json Documentation](../cascadia/SettingsSchema.md) doc.
78+
For an introduction to the various settings, see [Using Json Settings](UsingJsonSettings.md). The list of valid settings can be found in the [profiles.json documentation](../cascadia/SettingsSchema.md) section.
8079

8180
## Tips and Tricks:
8281

0 commit comments

Comments
 (0)