From ca41cc6b557b84b909c596953ff36082cffe5e5e Mon Sep 17 00:00:00 2001 From: Katie Geer Date: Tue, 16 Dec 2025 12:35:16 -0800 Subject: [PATCH] Improve pycharm guide. Fix base keymap typo --- docs/src/migrate/intellij.md | 2 +- docs/src/migrate/rustrover.md | 2 +- docs/src/migrate/webstorm.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/migrate/intellij.md b/docs/src/migrate/intellij.md index d931fde4f1c2cd98db6b154d7009feff6fcb6a5b..6315d3dccc495d67a79dc5c9790b89cd815399d8 100644 --- a/docs/src/migrate/intellij.md +++ b/docs/src/migrate/intellij.md @@ -33,7 +33,7 @@ This opens the current directory in Zed. If you're coming from IntelliJ, the fastest way to feel at home is to use the JetBrains keymap. During onboarding, you can select it as your base keymap. If you missed that step, you can change it anytime: 1. Open Settings with `Cmd+,` (macOS) or `Ctrl+,` (Linux/Windows) -2. Search for `base_keymap` +2. Search for `Base Keymap` 3. Select `JetBrains` Or add this directly to your `settings.json`: diff --git a/docs/src/migrate/rustrover.md b/docs/src/migrate/rustrover.md index 24d0ef64d4e032b3540810b5292645dec717f809..f82f13a4661035264a06565a6de67319132732d4 100644 --- a/docs/src/migrate/rustrover.md +++ b/docs/src/migrate/rustrover.md @@ -33,7 +33,7 @@ This opens the current directory in Zed. If you're coming from RustRover, the fastest way to feel at home is to use the JetBrains keymap. During onboarding, you can select it as your base keymap. If you missed that step, you can change it anytime: 1. Open Settings with `Cmd+,` (macOS) or `Ctrl+,` (Linux/Windows) -2. Search for `base_keymap` +2. Search for `Base Keymap` 3. Select `JetBrains` Or add this directly to your `settings.json`: diff --git a/docs/src/migrate/webstorm.md b/docs/src/migrate/webstorm.md index ea69053045183ecd4c66775aacc01b60b710fa31..ff898c543e576da3d7193d47b67028e615b993ae 100644 --- a/docs/src/migrate/webstorm.md +++ b/docs/src/migrate/webstorm.md @@ -33,7 +33,7 @@ This opens the current directory in Zed. If you're coming from WebStorm, the fastest way to feel at home is to use the JetBrains keymap. During onboarding, you can select it as your base keymap. If you missed that step, you can change it anytime: 1. Open Settings with `Cmd+,` (macOS) or `Ctrl+,` (Linux/Windows) -2. Search for `base_keymap` +2. Search for `Base Keymap` 3. Select `JetBrains` Or add this directly to your `settings.json`: