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
Post-modern community focused on post-modern editor.
Instance rules apply here.
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
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.
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.
Most people know about the :reflow
command to hard-wrap text to a given width but you can also :set soft-wrap.enable true
.
That is definitely new to me (both are, actually). Thanks.