Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(editor): Add keyboard shortcuts for completion navigation (#3382)
## 📝 Summary Add Alt-J/K (Ctrl-J/K on macOS) shortcuts to navigate through the completion menu, inspired by Vim: - Alt-J/Ctrl-J: Move down in completion list - Alt-K/Ctrl-K: Move up in completion list This provides a more efficient way to navigate completions without using arrow keys. https://github.com/user-attachments/assets/3c261966-e2cb-454e-9862-d26380d32cdf ## 📋 Checklist - [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md). - [x] For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on [Discord](https://marimo.io/discord?ref=pr), or the community [discussions](https://github.com/marimo-team/marimo/discussions) (Please provide a link if applicable). - [ ] I have added tests for the changes made. - [x] I have run the code and verified that it works as expected. ## 📜 Reviewers <!-- Tag potential reviewers from the community or maintainers who might be interested in reviewing this pull request. Your PR will be reviewed more quickly if you can figure out the right person to tag with @ --> @akshayka OR @mscolnick
- Loading branch information