From 122e4b8124f28b8f79998ce0bcec30479c771e83 Mon Sep 17 00:00:00 2001 From: Ryan Punt Date: Thu, 14 May 2020 18:53:34 -0500 Subject: [PATCH] doc: add a link to default keybindings (#4614) --- doc/user-docs/UsingJsonSettings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user-docs/UsingJsonSettings.md b/doc/user-docs/UsingJsonSettings.md index 90e1bbc0f..5fab48d28 100644 --- a/doc/user-docs/UsingJsonSettings.md +++ b/doc/user-docs/UsingJsonSettings.md @@ -88,7 +88,7 @@ This will allow you to simplify the above snippet as follows: } ``` - +A list of default key bindings is available [here](https://github.com/microsoft/terminal/blob/master/src/cascadia/TerminalApp/defaults.json#L204). ### Unbinding keys @@ -160,7 +160,7 @@ Example settings include The profile GUID is used to reference the default profile in the global settings. -The values for background image stretch mode are documented [here](https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.media.stretch) +The values for background image stretch mode are documented [here](https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.media.stretch). ### Hiding a profile