From 53ee5971188dffdf1a1fb62dd66c0f3b9aae5eaf Mon Sep 17 00:00:00 2001 From: Kieran Gill Date: Fri, 26 Jan 2024 19:59:39 -0500 Subject: [PATCH] Documentation: Clarify shortcuts and fix grammar (#6821) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I got stuck on the "Getting started" page because I was trying to use the shortcut `⌘+,` and not `⌘,`. This PR removes the `+`'s to make the shortcuts clearer to the reader. Release Notes: - Improved getting started instructions. --------- Co-authored-by: Marshall Bowers --- docs/src/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/getting_started.md b/docs/src/getting_started.md index 236249d00a..0a6643d75d 100644 --- a/docs/src/getting_started.md +++ b/docs/src/getting_started.md @@ -8,8 +8,8 @@ You can obtain the release build via the [download page](https://zed.dev/downloa ### Configure Zed -Use `CMD + ,` to open your custom settings to set things like fonts, formatting settings, per-language settings and more. You can access the default configuration using the `Zed > Settings > Open Default Settings` menu item. See Configuring Zed for all available settings. +Use `⌘` + `,` to open your custom settings to set things like fonts, formatting settings, per-language settings and more. You can access the default configuration using the `Zed > Settings > Open Default Settings` menu item. See Configuring Zed for all available settings. ### Set up your key bindings -You can access the default key binding set using the `Zed > Settings > Open Default Key Bindings` menu item. Use `CMD + K`,`CMD + S` to open your custom keymap to add your own key bindings. See Key Bindings for more info., +You can access the default key binding set using the `Zed > Settings > Open Default Key Bindings` menu item. Use `⌘` + `K`, `⌘` + `S` to open your custom keymap to add your own key bindings. See Key Bindings for more info.