docs: Update outdated keybind for opening extensions page (#28443)
This PR updates an outdated keybind for opening the extensions page (the shown keybind opens the project panel instead) on the `Configuring Languages` page. It also updates a nearby keybind to use the preprocessor syntax instead. Release Notes: - N/A
This commit is contained in:
parent
342134fbab
commit
6aa0248ab3
1 changed files with 2 additions and 2 deletions
|
@ -320,7 +320,7 @@ This example makes comments italic and changes the color of strings:
|
||||||
|
|
||||||
Change your theme:
|
Change your theme:
|
||||||
|
|
||||||
1. Use the theme selector (<kbd>cmd-k cmd-t|ctrl-k ctrl-t</kbd>)
|
1. Use the theme selector ({#kb theme_selector::Toggle})
|
||||||
2. Or set it in your `settings.json`:
|
2. Or set it in your `settings.json`:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
@ -335,7 +335,7 @@ Create custom themes by creating a JSON file in `~/.config/zed/themes/`. Zed wil
|
||||||
|
|
||||||
### Using Theme Extensions
|
### Using Theme Extensions
|
||||||
|
|
||||||
Zed supports theme extensions. Browse and install theme extensions from the Extensions panel (<kbd>cmd-shift-e|ctrl-shift-e</kbd>).
|
Zed supports theme extensions. Browse and install theme extensions from the Extensions panel ({#kb zed::Extensions}).
|
||||||
|
|
||||||
To create your own theme extension, refer to the [Developing Theme Extensions](./extensions/themes.md) guide.
|
To create your own theme extension, refer to the [Developing Theme Extensions](./extensions/themes.md) guide.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue