From 68446d2ed1270a140bba10193b6b44bcde58ab51 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 3 Aug 2024 14:35:09 +0100 Subject: [PATCH] Use lowercase command names in initial settings files (#15717) Release Notes: - N/A Making these two comments match what I see in the command palette: Xnapper-2024-08-03-08 09 26 --- assets/keymaps/initial.json | 2 +- assets/settings/initial_user_settings.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/keymaps/initial.json b/assets/keymaps/initial.json index 07af2894de..78f5c8de62 100644 --- a/assets/keymaps/initial.json +++ b/assets/keymaps/initial.json @@ -3,7 +3,7 @@ // For information on binding keys, see the Zed // documentation: https://zed.dev/docs/key-bindings // -// To see the default key bindings run `zed: Open Default Keymap` +// To see the default key bindings run `zed: open default keymap` // from the command palette. [ { diff --git a/assets/settings/initial_user_settings.json b/assets/settings/initial_user_settings.json index 705dc30428..d8ac1a0021 100644 --- a/assets/settings/initial_user_settings.json +++ b/assets/settings/initial_user_settings.json @@ -4,8 +4,8 @@ // documentation: https://zed.dev/docs/configuring-zed // // To see all of Zed's default settings without changing your -// custom settings, run the `zed: Open Default Settings` command -// from the command palette +// custom settings, run `zed: open default settings` from the +// command palette { "ui_font_size": 16, "buffer_font_size": 16,