ZIm/crates/welcome/src
Peter Tripp 6ea9abdc1b
Cursor keymap (#31702)
To use this, spawn `weclome: toggle base keymap selector` from the
command palette.

<img width="589" alt="Screenshot 2025-05-29 at 14 07 35"
src="https://github.com/user-attachments/assets/0d4c4eff-6a3b-40f4-9032-5d8ca7664d20"
/>

MacOS is well tested to match Cursor. The [curors keymap
documentation](https://docs.cursor.com/kbd) is does not explicitly state
windows/linux keymap entries only "All Cmd keys can be replaced with
Ctrl on Windows." so that is what we've done. We welcome feedback /
refinements.

Note, because this provides a mapping for `cmd-k` (macos) and `ctrl-k`
(linux/windows) using this keymap will disable all of the default
chorded keymap entries which have `cmd-k` / `ctrl-k` as a prefix. For
example `cmd-k cmd-s` for open keymap will no longer function.

Release Notes:

- Added Cursor compatibility keymap

---------

Co-authored-by: Joseph Lyons <joseph@zed.dev>
2025-05-29 15:20:58 -04:00
..
welcome_ui welcome: Theme preview tile (#29689) 2025-04-30 17:46:11 +00:00
base_keymap_picker.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
base_keymap_setting.rs Cursor keymap (#31702) 2025-05-29 15:20:58 -04:00
multibuffer_hint.rs Allow viewing past commits in Zed (#27636) 2025-03-31 23:26:47 +00:00
welcome.rs Remove the ability to book onboarding (#31404) 2025-05-26 15:02:51 +03:00
welcome_ui.rs welcome: Theme preview tile (#29689) 2025-04-30 17:46:11 +00:00