▲ | seanhunter 3 days ago | |||||||
I am a long-time vim user and tried out helix. In many ways it's great but the fact that there was (at that time) no "reflow text" function made it just completely unusable for me for basic text-editing outside of code. If that's been added I'd take another look. | ||||||||
▲ | MrJohz 3 days ago | parent | next [-] | |||||||
Reflow in the sense of wrapping blocks of text? That exists, I think under :reflow, although I always forget the name when I'm looking for it. | ||||||||
| ||||||||
▲ | mackeye 3 days ago | parent | prev [-] | |||||||
this is the kind of thing kakoune (helix's primary inspiration) excels at --- i can hook `fmt` to a non-whitespace character insertion and have auto-reflow as i type. of course, this requires the user implementing the script to get it right, but then you can pr it into kakoune's "stdlib" which gets loaded by default, so any user can use it. (though helix is getting a plugin system eventually, which hopefully alleviates the pain of slow merges.) |