helix

CLI

A post-modern modal text editor built in Rust.

0 views

Installation

Homebrewbrew install helix

Links

License

MPL-2.0

AI Agent Notes

Modern modal editor with built-in LSP and tree-sitter, zero config

When to use

Terminal editing with LSP/highlighting without plugin config

Proven Recipes

Open a file🟢 99% success
hx src/main.ts
Open current directory🟢 98% success
hx .
Check LSP server status🟢 97% success
hx --health typescript