zed/crates/onboarding
Kirill Bulatov 8c7811ea72
Split VSCode and Zed keymap files (#61532)
Currently, Zed's "VSCode" keymap has certain discrepancies that are not
changed for compatibility reasons, e.g. opening inline assistant is
different in each editor.

To simplify the transition, extract VSCode bindings its own keymap so in
the future it's simpler to accept changes to each keymap separately.

Caveat: people who had ever changed the keymap, will have VSCode keymap
in their settings which will change their bindings slightly after this
commit is released.

I had to introduce more logic to `null` handling as had to somehow
disable `ctrl-enter` on mac from spawning the inline assistant block for
VSCode keymap (it's cmd-i there).

Release Notes:

- Split VSCode and Zed keymap files
2026-07-24 07:54:03 +00:00
..
src Split VSCode and Zed keymap files (#61532) 2026-07-24 07:54:03 +00:00
Cargo.toml Add onboarding for parallel agents (#52940) 2026-04-07 22:05:43 -03:00
LICENSE-GPL Fix new crate license symlink (#34922) 2025-07-22 15:46:25 -04:00