docs: Mention the settings and keymap UIs more prominently (#41302)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-10-27 15:17:11 -03:00
committed by GitHub
parent f5ad4c8bd9
commit db0f7a8b23
3 changed files with 63 additions and 25 deletions
+5 -3
View File
@@ -75,10 +75,12 @@ General highlights:
## Configure Zed
To open your custom settings to set things like fonts, formatting settings, per-language settings, and more, use the {#kb zed::OpenSettings} keybinding.
To make Zed feel more like home, you can use the {#kb zed::OpenSettings} keybinding to open the settings window.
In there, you can browse through many of the customization points, including common ones like formatting settings, fonts, per-language settings, and many more.
To see all available settings, open the Command Palette with {#kb command_palette::Toggle} and search for `zed: open default settings`.
You can also check them all out in the [Configuring Zed](./configuring-zed.md) documentation.
Note that, however, some settings can't yet be changed through the settings window and can only be set through the JSON file, which you can access through the {#kb zed::OpenSettingsFile} keybinding.
You can also check all supported settings in the [Configuring Zed](./configuring-zed.md) documentation.
## Configure AI in Zed