this post was submitted on 20 May 2024
0 points (NaN% liked)

Programming

21691 readers
59 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Some of you may have come across Helix - a very fast editor/IDE. Unfortunately, Helix has its own set of keybindings, modeled after Kakoune.

This was the one problem holding me back from using this excellent editor, so I soft-forked the peoject to add Vim keybindings. Now, two years later, I realize this might interest others as well, so here we go:

https://github.com/usagi-flow/evil-helix

I‘d be happy to polish the fork - which I carefully keep up-to-date with Helix‘s master branch for now. So let me know what you think!

And yes, I‘m also looking for a more original name.

top 6 comments
sorted by: hot top controversial new old
[–] trevor@lemmy.blahaj.zone 1 points 1 year ago (1 children)

As someone that never really clicked with Vim, but has been enjoying Helix, I've been looking for the opposite: something that makes Neovim follow the selection-action paradigm, along with all of the Helix keybindings.

[–] scrawdaddy@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

I feel the same way. I’ve been using helix for about a month now and really like its paradigm. But I’m missing some of the neovim features. And I’ve run into some lsp issues that I don’t think are present in neovim

[–] sandalbucket@lemmy.world 0 points 1 year ago (1 children)

Helix + vim => Helim => Helium?

Vim + helix => velix / vimix / vix / velimix?

[–] segmentation_fault@programming.dev 1 points 1 year ago* (last edited 1 year ago)

Hmm, helium would‘ve been amazing, but that‘d be an SEO nightmare. My wife told me „velimix“ sounds like a kitchen appliance. Not sure if that’s a good thing haha…

[–] anzo@programming.dev 0 points 1 year ago (1 children)

Neither project allows to set keybindings by a simple json or yaml file? Yet, these are highly customizable editors! That's a surprise.