From 3ca6f7572fdfe7abc00fc6eba590be746f7905d9 Mon Sep 17 00:00:00 2001 From: Victor <55331865+vuhctreh@users.noreply.github.com> Date: Sun, 18 Feb 2024 15:33:46 +0000 Subject: [PATCH] Add more documentation about base keymaps (#7953) Release Notes: - Clarify base keymap settings better in the docs --- docs/src/configuring_zed__key_bindings.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/src/configuring_zed__key_bindings.md b/docs/src/configuring_zed__key_bindings.md index 9c02bad6e02e9803487568ecc855f0781ca277bd..60f84965c16e7ff22c1e89973c9ce507e766d3c8 100644 --- a/docs/src/configuring_zed__key_bindings.md +++ b/docs/src/configuring_zed__key_bindings.md @@ -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 } } ]