From 6aa0248ab3b0d955238ddcbfc22ecb81fd6b59f3 Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Wed, 9 Apr 2025 19:46:12 +0200 Subject: [PATCH] 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 --- docs/src/configuring-languages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/configuring-languages.md b/docs/src/configuring-languages.md index 83977b5c69..86ef4810b8 100644 --- a/docs/src/configuring-languages.md +++ b/docs/src/configuring-languages.md @@ -320,7 +320,7 @@ This example makes comments italic and changes the color of strings: Change your theme: -1. Use the theme selector (cmd-k cmd-t|ctrl-k ctrl-t) +1. Use the theme selector ({#kb theme_selector::Toggle}) 2. Or set it in your `settings.json`: ```json @@ -335,7 +335,7 @@ Create custom themes by creating a JSON file in `~/.config/zed/themes/`. Zed wil ### Using Theme Extensions -Zed supports theme extensions. Browse and install theme extensions from the Extensions panel (cmd-shift-e|ctrl-shift-e). +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.