14
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
Helix is my go-to terminal editor. While I would describe the controls as being Vim-like (
:qto quit,ito insert), they refer to it as selection-based, similar to Kakoune.For instance, in Vim, you can replace a word with
c a wto "change all word".In Helix, you would use
b e cto 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.