Helix Editor 25.07
helix-editor.com
Helix Editor 25.07
1–10 of 167 posts
Re: Helix Editor 25.07
#2Re: Helix Editor 25.07
#3Re: Helix Editor 25.07
#4Re: Helix Editor 25.07
#5Re: Helix Editor 25.07
#6No "AI" shit pushed down your throat, and it takes the vim idea of applying actions to blocks of code, and swaps them around — you first select the code, and then apply an action to it. So you get visual feedback before doing the action and can clearly see what's going to be changed without having to spam visual mode all the time.
There was a decent article recently which explains some of the things I like in it also:
Re: Helix Editor 25.07
#7Does it do code folding yet?
Re: Helix Editor 25.07
#8Very sad that Helix still doesn't have Sublime-like multi-caret support. All I want is to Ctrl + Click and Shift + Alt + Arrows.
Understandable, for sure, but the number of users who want their own "simple" addition means it gets overwhelming pretty quickly. Helix has deferred work on most extra functionality until after implementing a Scheme extension language. Once that's done, adding features might be as simple as installing a plugin.
Re: Helix Editor 25.07
#9Very sad that Helix still doesn't have Sublime-like multi-caret support. All I want is to Ctrl + Click and Shift + Alt + Arrows.
Re: Helix Editor 25.07
#10Helix is the most interesting editor I've seen in a while. Very sane configuration — my config includes just one line to change the default theme to something with more contrast. No "AI" shit pushed down your throat, and it takes the vim idea of applying actions to blocks of code, and swaps them around — you first select the code, and then apply an action to it. So you get visual feedback before doing the action and…