zed/assets/keymaps
狐狸 7807e4b122
helix: Add missing code action menus navigation keymaps (#62356)
# Objective

Helix uses tab/shift-tab to navigate code action menus. Currently, this
will indent the code instead of navigating within the menu.

## Solution

Add keymaps.

## Testing

I tested it manually.

## Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content adheres to Zed's UI standards
([UX/UI](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
and
[icon](https://github.com/zed-industries/zed/blob/main/crates/icons/README.md)
guidelines)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

---

Release Notes:

- Added support for using `tab` and `shift-tab` to navigate the code
actions menu in Helix mode
2026-08-11 08:38:51 +00:00
..
linux Split VSCode and Zed keymap files (#61532) 2026-07-24 07:54:03 +00:00
macos Split VSCode and Zed keymap files (#61532) 2026-07-24 07:54:03 +00:00
default-linux.json git_panel: Add copy path actions to the context menu (#62352) 2026-08-10 22:42:22 +00:00
default-macos.json git_panel: Add copy path actions to the context menu (#62352) 2026-08-10 22:42:22 +00:00
default-windows.json git_panel: Add copy path actions to the context menu (#62352) 2026-08-10 22:42:22 +00:00
initial.json Add trailing commas to all asset jsonc files following #43854 (#44891) 2025-12-15 15:09:52 +00:00
specific-overrides-macos.json picker: Improve multi-select discoverability and rendering (#60919) 2026-07-13 18:21:15 +00:00
specific-overrides.json picker: Improve multi-select discoverability and rendering (#60919) 2026-07-13 18:21:15 +00:00
vim.json helix: Add missing code action menus navigation keymaps (#62356) 2026-08-11 08:38:51 +00:00