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: <img width="629" alt="Xnapper-2024-08-03-08 09 26" src="https://github.com/user-attachments/assets/f3eab05b-1560-4b0a-8df2-0eaf5746e422">
This commit is contained in:
parent
4528e9d582
commit
68446d2ed1
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
// For information on binding keys, see the Zed
|
// For information on binding keys, see the Zed
|
||||||
// documentation: https://zed.dev/docs/key-bindings
|
// 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.
|
// from the command palette.
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
// documentation: https://zed.dev/docs/configuring-zed
|
// documentation: https://zed.dev/docs/configuring-zed
|
||||||
//
|
//
|
||||||
// To see all of Zed's default settings without changing your
|
// To see all of Zed's default settings without changing your
|
||||||
// custom settings, run the `zed: Open Default Settings` command
|
// custom settings, run `zed: open default settings` from the
|
||||||
// from the command palette
|
// command palette
|
||||||
{
|
{
|
||||||
"ui_font_size": 16,
|
"ui_font_size": 16,
|
||||||
"buffer_font_size": 16,
|
"buffer_font_size": 16,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue