From 524a1a6fec96d1824a2999c068df6ccc84956553 Mon Sep 17 00:00:00 2001 From: Chris Veness Date: Mon, 16 Sep 2024 00:45:48 +0100 Subject: [PATCH] Note in initial_user_settings.json how to access the command palette (#17854) Newcomers might not know / remember how to access the command palette. Release Notes: - N/A --- assets/settings/initial_user_settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/settings/initial_user_settings.json b/assets/settings/initial_user_settings.json index d8ac1a0021..71f3beb1d6 100644 --- a/assets/settings/initial_user_settings.json +++ b/assets/settings/initial_user_settings.json @@ -5,7 +5,7 @@ // // To see all of Zed's default settings without changing your // custom settings, run `zed: open default settings` from the -// command palette +// command palette (cmd-shift-p / ctrl-shift-p) { "ui_font_size": 16, "buffer_font_size": 16,