▲ | unshavedyak 6 days ago | |||||||||||||||||||||||||||||||
I want to try Zed but the Helix mode seems quite young. Vim mode sounds good, but i just can't move away from Helix mode. (oh and of course, my own modifications to Helix's input config) My difficulty in finding editors that fit my desired input scheme kinda reminds me of the old pre-LSP days. Where you'd chose an editor based on it's language features. I wonder if we need some sort of common editor interface to allow these sort of text editing primitives to work in new editors, as it seems to be considerable friction. | ||||||||||||||||||||||||||||||||
▲ | diegs 6 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
I agree, I've fantasized about an editor with a truly pluggable editing model which is decoupled from the other parts. Yi was kind of designed like this, I believe. You could compile in an emacs-like model, a vim-like model, or presumably make your own model. I've used Helix and Kakoune in addition to Emacs and Vim, but dealing with the limitations/featureset/plugin treadmill gets a little tiring. I have been following Zed, and it seems that they have rearchitected things to enable adding Helix mode and making the editing model a bit more modular, but it's still fairly new. They are fixing bugs pretty quickly. I will have to try it again. They have a nice discussion here: https://github.com/zed-industries/zed/discussions/6447 They reference Ki, which also looks cool, and they out some of Helix's inconsistencies in their comparison: https://ki-editor.github.io/ki-editor/docs/comparisons/ I prefered Kakoune to Helix (it was more consistent). But to your point, being able to swap these things out more easily would let you choose an editor based on features, and not tradeoff between features and an ergonomic editing model. Ironically you can use Ki inside of VSCode (and I know you can use Vim that way too), but VSCode is so darn bloated and slow... | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | lemontheme 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
It’s exciting that Zed even has a Helix mode. That was a big moment for Helix. Last time I tried it, though, I immediately ran into parts of the keymap that hadn’t been translated yet. I’m already at my limit of tools in beta mode/built from my own fork, so I switched back to Vim mode – where the team is on record explaining their thorough testing methodology. As a Helix user of two years, I sometimes wonder if I actually like the Helix keymap (certainly some parts are nicer than Vim’s) or if I simply tolerate it because of how nice it is to get a polished TUI IDE out of the box. Either way, my muscle memory expects Helix mode now, rather than Vim. | ||||||||||||||||||||||||||||||||
▲ | bobbylarrybobby 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
Neovim can run in server mode, where other editors send it user input and then Neovim sends back the buffer. This is how I use vim in VSCode — not the Vim extension but the Neovim extension, which uses the real Neovim, which of course reads my Neovim config and plugins and makes them available to VSCode. So it seems like helix “just” needs a server mode, and then you can integrate it into any editor. | ||||||||||||||||||||||||||||||||
▲ | Karrot_Kream 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
Helix seems to have good LSP support from what I can tell? The only language I use at $WORK that doesn't have full support is GraphQL which lacks auto indent. If you want to try something similar to Helix in emacs, there's meow-mode. While I'm not a helix user myself, it shouldn't be too difficult to get meow to work like helix. | ||||||||||||||||||||||||||||||||
▲ | yes_but_no 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
If you are already familiar with Vim bindings is Helix's object then action really worth that much? | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | ricardobeat 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
Helix itself seems quite young - and first time I’m hearing of it. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | chamomeal 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
I had the exact same problem. I was so stoked to try helix mode and then realized it obviously doesn’t have any of my backspace shortcuts. Duh, but still… back to helix! | ||||||||||||||||||||||||||||||||
▲ | artdigital 6 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
Oh what, there’s a Helix mode now? Been wanting to learn Helix more and using it for small edits but never saw a Helix mode in any editor yet |