mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 14:15:11 +00:00
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
This commit is contained in:
parent
b50846205c
commit
4fd698a093
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue