Congrats on the release of v0.2! As the editor adds more features I believe a “command” palette would be a great addition to a future release. It aligns with the goal of keeping the editor developer-centric.
Examples for such palettes would be VS Code and Zed which, in my experience, streamline the workflow by enabling keyboard-driven access to commands, files, settings, fuzzy-search etc.
As I have said before, it won’t just have to be commands, you could unify all sorts of actions in a single window like opening files, settings and more. It could also be beneificial to future external plugins as those could add their own commands to the palette.
Is something like this on the roadmap or does it lose its meaning considering you could use VS Code with the extension?