Live data from Hacker News

Helix: Post-Modern Text Editor

helix-editor.com

1–10 of 169 posts

Re: Helix: Post-Modern Text Editor

#6
I'm a huge fan of Helix, use it everyday. LSP works out of the box(if you install it with a package manager, otherwise you need to do a bit of config) .My configuration file has 5 lines or so, great defaults. No need for overly complicated configuration, or installing dozens of plugins, etc.. Did I mentioned is crazy fast? Opens in ms, and everything feels very snappy. The only thing I noticed, when I use it with tmux, the colorscheme get reverted, dunno if that is a tmux issue or not. But in general, great editor, thanks to the authors.

Re: Helix: Post-Modern Text Editor

#10
One 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 far less technical baggage).

The first thing I did on my vim setup was installing an extension which gave me very similar command completions.

Post reply on HN