vim.hx brings Vim bindings to Helix
vim.hx is a community-developed plugin emulating Vim modal keybindings inside the Helix text editor. Built on Helix's experimental Scheme-based plugin system, it bridges the transition for Vim users without forcing Helix's native selection-first model.
Emulating Vim inside Helix via Scheme shows how crucial an extensibility system is for editor adoption, even if it compromises Helix's core "zero-config" ethos.
- –Vim keybindings remain the gold standard of developer ergonomics; having them in Helix lowers the adoption barrier significantly.
- –Built on Steel, Helix's Scheme-based plugin engine, this proof-of-concept showcases the extensibility and viability of Helix's upcoming scripting capabilities.
- –Relying on experimental Scheme APIs means the plugin is currently subject to breaking changes as Helix's plugin architecture matures.
DISCOVERED
1h ago
2026-07-01
PUBLISHED
1h ago
2026-07-01
RELEVANCE
AUTHOR
Code to the Moon