Add more documentation about base keymaps (#7953)

Release Notes:

- Clarify base keymap settings better in the docs
This commit is contained in:
Victor 2024-02-18 15:33:46 +00:00 committed by GitHub
parent b91d6da6b6
commit 3ca6f7572f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,11 @@ Zed can be configured via a simple JSON file located at `~/.config/zed/keymap.js
We have a growing collection of pre-defined keymaps in [zed repository's keymaps folder](https://github.com/zed-industries/zed/tree/main/assets/keymaps).
A selection of base keymaps is available in the welcome screen under the "Choose a keymap" option.
Additionally, you can change the base keymap from the command palette - `⌘-Shift-P` - by selecting the "welcome: toggle base keymap selector" command.
## Custom key bindings
### Accessing custom key bindings
@ -45,7 +50,7 @@ But, it was impossible to take into account the `{` and `}` when he was typing s
"context": "Editor",
"bindings": {
"alt-[": null,
"alt-]": null,
"alt-]": null
}
}
]