I’ve started using Helix occasionally as I stumbled across the editor when trying to customize vim for Rust.

Immediately, I fell in love with how (mostly) plug and play Helix is.

Over the next few months, I plan to use Helix more and more. If you have any useful tips on usage, customization or anything else I am all ears.

  • @philm
    link
    410 months ago

    For basic usage (similar as vimtutor): hx --tutor

    For the other stuff, as already said, the docs should be rather thorough, the wiki may also be a starting point

    • Deebster
      link
      English
      19 months ago

      It’s a bit annoying that the tutorial ends saying it’s incomplete and there’s more to learn, but doesn’t give you any suggestions on what to learn next.

  • @starmanM
    link
    English
    3
    edit-2
    10 months ago

    I’m not using helix for a long time, but I can suggest you to just look at configuration docs and see what you would like to change. Most of defaults are very nice in helix, but sometimes you might want to add something.

    EDIT: Also install LSPs, if you haven’t already.

  • @lavafroth
    link
    19 months ago

    Most people know about the :reflow command to hard-wrap text to a given width but you can also :set soft-wrap.enable true.

    • bugsmithOPA
      link
      19 months ago

      That is definitely new to me (both are, actually). Thanks.