This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?
Are you sure you want to delete the OAuth client [Client Name]? This action cannot be undone and will revoke all access tokens for this client.
Are you sure you want to revoke the OAuth token [Token ID]? This action cannot be undone and will immediately revoke access for this token.
#HelixEditor 10 hashtags

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

@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...

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

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:
https://helix-editor.com/news/release-25-07-highlights/

Helix Editor Release 25.07 Highlights
https://helix-editor.com/news/release-25-07-highlights/
#HackerNews #HelixEditor #HelixRelease #Highlights #CodeEditing #OpenSource

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

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

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/

#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

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