From 454d5155f432aecbce908813d00c72d8d7bc1d46 Mon Sep 17 00:00:00 2001 From: skycommand Date: Thu, 12 Nov 2020 11:51:16 +0330 Subject: [PATCH 1/2] Add info about the command palette 1. Add info about the command palette. 2. Typo fixes (e.g. "quick-start guide" instead of "quickstart") 3. Style fix, e.g. we don't have a keyboard key whose full name is "alt+shift+plus". --- TerminalDocs/get-started.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/TerminalDocs/get-started.md b/TerminalDocs/get-started.md index 99f4c2eb..1cf7e712 100644 --- a/TerminalDocs/get-started.md +++ b/TerminalDocs/get-started.md @@ -1,9 +1,9 @@ --- title: Windows Terminal installation -description: In this quickstart, you will learn how to install and run Windows Terminal. +description: This quick-start guide familiarizes you with the features of Windows Terminal. author: cinnamon-msft ms.author: cinnamon -ms.date: 09/22/2020 +ms.date: 12/11/2020 ms.topic: quickstart ms.localizationpriority: high --- @@ -28,11 +28,17 @@ The terminal will automatically create profiles for you if you have WSL distros ## Open a new tab -You can open a new tab of the default profile by pressing ctrl+shift+t or by selecting the + (plus) button. To open a different profile, select the ˅ (arrow) next to the + button to open the dropdown menu. From there, you can select which profile to open. +You can open a new tab of the default profile by pressing Ctrl+Shift+T or by selecting the + (plus) button. To open a different profile, select the ˅ (arrow) next to the + button to open the dropdown menu. From there, you can select which profile to open. + +## Invoke the command palette + +You can invoke most features of Windows Terminal through the [command palette](./command-palette.md). The default key combination to invoke it is Ctrl+Shift+P. Without the command palette, you have to learn the keyboard shortcut for each feature. + +![Example of the command palette in use](./images/command-palette-iterable-commands.gif) ## Open a new pane -You can run multiple shells side-by-side using panes. To open a pane, you can use alt+shift+plus for a vertical pane or alt+shift+minus for a horizontal one. You can also use alt+shift+d to open a duplicate pane of your focused profile. Learn more about panes on the [Panes page](./panes.md). +You can run multiple shells side-by-side using panes. To open a pane, you can use Alt+Shift+= for a vertical pane or Alt+Shift+- for a horizontal one. You can also use Alt+Shift+D to open a duplicate pane of your focused profile. Learn more about panes on the [Panes page](./panes.md). ## Configuration From 3b1847d4a9e8768b1f7af55da213873c240c04fd Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Fri, 29 Jan 2021 16:49:14 -0800 Subject: [PATCH 2/2] revert description --- TerminalDocs/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TerminalDocs/get-started.md b/TerminalDocs/get-started.md index 1cf7e712..7c05128a 100644 --- a/TerminalDocs/get-started.md +++ b/TerminalDocs/get-started.md @@ -1,6 +1,6 @@ --- title: Windows Terminal installation -description: This quick-start guide familiarizes you with the features of Windows Terminal. +description: In this quickstart, you will learn how to install and run Windows Terminal. author: cinnamon-msft ms.author: cinnamon ms.date: 12/11/2020