14

Helix is a free, open-source code editor written in Rust with Vim-style modal editing, built-in Language Server Protocol (LSP) support, Tree-sitter syntax highlighting, and multiple cursors, all without requiring a complex plugin setup.

It's a great choice for developers looking for a fast, privacy-friendly editor that runs locally and works across Linux, macOS, and Windows.

GitHub: https://github.com/helix-editor/helix

More details: https://digitalescapetools.com/tools/tool.html?id=helix

More privacy-friendly tools: https://digitalescapetools.com/

you are viewing a single comment's thread
view the rest of the comments
[-] StaticallyLazy 1 points 1 week ago

Helix is my go-to terminal editor. While I would describe the controls as being Vim-like (:q to quit, i to insert), they refer to it as selection-based, similar to Kakoune.

For instance, in Vim, you can replace a word with c a w to "change all word".

In Helix, you would use b e c to extend the selection to the beginning of the word, extend the selection to the end, and then change everything within the selection.

It excels at multi-cursor editing and selecting things with regex, and I've heard they're finally getting plugin support.

this post was submitted on 12 Jul 2026
14 points (100.0% liked)

digitalescapetools

175 readers
1 users here now

A hub for discovering and sharing privacy-respecting, open-source, and self-hosted digital tools that improve productivity, creativity, and digital independence.

founded 3 months ago
MODERATORS