I often wonder what a modern emacs would look like. This feel like a step in that direction.
Helix: Post-Modern Text Editor
11–20 of 169 posts
Re: Helix: Post-Modern Text Editor
#12One thing I really liked about it was the UI experience where as soon as you typed the first character of some sequence it started showing you all the other option starting with the same character. (Try pressing space or Ctr-w in Normal mode) It made the whole thing far more explorable and I really thought it was a good experience although clearly not yet on par with something as fully mature as vim (but also with fa…
How did you do that? Were you also able to replicate the small popups that open when you press `m`, `g`, etc.?
Re: Helix: Post-Modern Text Editor
#13One thing I really liked about it was the UI experience where as soon as you typed the first character of some sequence it started showing you all the other option starting with the same character. (Try pressing space or Ctr-w in Normal mode) It made the whole thing far more explorable and I really thought it was a good experience although clearly not yet on par with something as fully mature as vim (but also with fa…
> The first thing I did on my vim setup was installing an extension which gave me very similar command completions. How did you do that? Were you also able to replicate the small popups that open when you press `m`, `g`, etc.?
It is https://github.com/liuchengxu/vim-which-key if you are interested.
>Were you also able to replicate the small popups that open when you press `m`, `g`, etc.?
Yes, although 'm' has a totally different meaning in vim (placing a mark), so there is no popup for that. But it works where there are actually sensible choices, even for marks it works and shows you every available one, which is pretty cool
Re: Helix: Post-Modern Text Editor
#14I gave this a couple of tries but my vim muscle memory is actively hurting me the longer I try... I would love if this had a - at least somewhat closer to - vim-mode, because all the rest, LSP, startup speed, etc, is excellent.
Re: Helix: Post-Modern Text Editor
#15I often wonder what a modern emacs would look like. This feel like a step in that direction.
Re: Helix: Post-Modern Text Editor
#16I often wonder what a modern emacs would look like. This feel like a step in that direction.
Re: Helix: Post-Modern Text Editor
#17Re: Helix: Post-Modern Text Editor
#18I often wonder what a modern emacs would look like. This feel like a step in that direction.
Look at Nicolas Rougier’s GitHub if you want to see what a “modern” Emacs looks like.
Re: Helix: Post-Modern Text Editor
#19Helix is really great. If only it had a VIM (or VIM-like) mode available. I find the Kanoune shortcuts really limiting, as they fail to use the relative line numbers for anything except moving the cursor. Bidirectional selection, deletion, commenting, etc. is super useful when coding.
Re: Helix: Post-Modern Text Editor
#20I would've considered exploring Helix myself if it wasn't for this.