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.
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.