Gacrux@lemm.eetoLinux@lemmy.ml•How dare you use a text editor because it's easy to use
91·
2 months agois there not a single other person who uses helix?
Gamma Crucis
is there not a single other person who uses helix?
i was here for systemd round 2
my face when i signed up for lemmy.ml 2 months ago for fun and now they’re being called 5 different political terms
(their sign up verification test was “what is two plus two” back then)
only difference between billionaires and normal people is that billionaires have a lot of money. best not to assume they have above-average logo appreciation skills. although they could hire some good advisors i suppose
believe it or not its more likely they straight up ripped off U+1D54F MATHEMATICAL DOUBLE-STRUCK CAPITAL X:
absolutely no creativity. at least threads drew the ring in @ clockwise instead of the usual anticlockwise
https://helix-editor.com/
essentially a terminal modal editor (like vim), but instead of specifying the action to perform then what to perform the action on (like “yank 3 lines”), in helix you select first, then perform actions on the selection (like “these 3 lines, i want them yanked”). it’s slightly better (according to others) because you get to see what you’re going to change in the file so you don’t accidentally delete 5 lines instead of deleting 4.
on top of that many features are builtin, like tree-sitter and lsp support, so you don’t have to spend 5 hours looking for cool plugins and configuring everything to get started (my config file is only 50 lines of toml).
the downside is that there isn’t support for plugins (yet), but there’s already things like a file picker, more than 100 themes etc.