#HelixEditor 10 hashtags

JayViiPeter Cock
JayVii shared a note by Peter Cock Nov 22, 2025

@etiennebacher Jarl is working as an R linter in #HelixEditor now, thank you! jarl.etiennebacher.com/editors #RLang

JayVii

@hare_ware I am well suited with #helixEditor. But I was about to suggest #Thea. Looks like a vscode clone, but it us not. It just uses the same UI. Anyways, browsing their website makes it clear, that they also shove AI into everything... 

JayViihare_ware
JayVii shared a note by hare_ware Sep 26, 2025

Does anyone know of a good modern FOSS IDE?
I'm trying to switch away from VSCode. I mainly use it for C++, Rust, C# with Unity, visualizing git histories, and occasionally refactoring GDScript (I usually use Godot's built in editor).

I've tried Neovide/Nvim/LazyVim and Helix, they're both really nice, but I feel like with both I'm just getting stuck constantly when I need to use a random feature I only use occasionally. Or kludging through tons of terminology and configuring I just didn't need to do with VSCode. In VSCode when I need to do something odd, there's usually a plugin for it or it just already works.

Zed seems really nice, it even has a Vim & Helix like modes, but it's pretty clear their
thing is gen AI, and Co-pilot being forced into every nook and cranny of VSCode is one of the big reasons I want to ditch it.

Am I just sleeping on Kate, emacs, kakoune, or something? What else is out there? Maybe someone is working on a Godot based modal-inspired text editor? Do I just need to grind the modal editor skill curve more?

#vim #programing #foss #helixeditor

JayViiAral Balkan

Here‘s a little tip if you’re using (the latest version of) Helix Editor:

Add the following keybinding to your config (if you don’t use Ctrl+b for page up, that is; otherwise, change the key):

[keys.normal]
C-b = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"

Now, when you press Crtl+b in the editor, you’ll see the git blame for the line you’re on. Very useful for seeing which commit the line last changed in and, for teams, who committed the change.

For more, see the highlights post for the latest release:
helix-editor.com/news/release-

#helixEditor #dev #editor

JayViiHacker News
JayVii

Finally came around to write a very short post about the #HelixEditor scripts I wrote earlier this year for sending code to a REPL: https://www.jayvii.de/posts/helix-term/ #helix #neovim #rstats

JayVii

@ethersync Let's hope #HelixEditor comes around with a plugin system soon. This would be a perfect addition!

JayVii

When I switched from #vim #neovim to the #helixEditor #helix, I wrote two little scripts to code and run #Rstats code directly from helix (ofc it should work with any REPL). Finally came around to upload the two (very short) scripts to my #git instance today: https://src.jayvii.de/pub/helix-term/

JayVii

#HelixEditor & #Tmux with only two lines of config makes a better code editor for #rstats than any other editor or #R IDE I tried before. Helix replaced neovim for me completely

JayVii

Bummer. The new #helixEditor release finally has softwrap and other really nifty features, but as long as I am on #DebianBullseye, I cannot upgrade due to incompatible glibc versions :/

One more reason to look forward to #DebianBookworm