From 4fd698a093cb4be8f29d258ed3988155aa175122 Mon Sep 17 00:00:00 2001 From: Brian Schwind Date: Thu, 6 Jun 2024 15:41:28 +0900 Subject: [PATCH] Fix key-bindings doc typo (#12718) `base_keymap` is a property of `settings.json`, not `keymap.json`. If you run "toggle base keymap selector" and select a particular editor, you will notice that it places the `base_keymap` property in `settings.json`. Release Notes: - N/A --- docs/src/key-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/key-bindings.md b/docs/src/key-bindings.md index 86e3c854de..c60a26a391 100644 --- a/docs/src/key-bindings.md +++ b/docs/src/key-bindings.md @@ -12,7 +12,7 @@ We have a growing collection of pre-defined keymaps in [zed repository's keymaps - TextMate - VSCode (default) -These keymaps can be set via the `base_keymap` setting in your `keymap.json` file. Additionally, if you'd like to work from a clean slate, you can provide `"None"` to the setting. +These keymaps can be set via the `base_keymap` setting in your `settings.json` file. Additionally, if you'd like to work from a clean slate, you can provide `"None"` to the setting. ## Custom key bindings