What are people using it for? I would love to see some real world usage.
Works best when paired with a "duplicate cursor at next match" keybind.
Another use case for me is extracting interesting information from debug logs, where I don't want to think of a regex and the lines are similar enough.
programmer' text editor need to have it as bare minimum. otherwise, i would have to go to sublime or vscode for text editing and then I will wonder why should I bother with this editor.
- I wanted to edit the visibility (pub -> pub(crate)) of most but not all functions in a class.
- I changed a macro to not require commas in a list of items it took in as input.
- I changed a function to deal with utf-8 codepoints instead of bytes, so I wanted to rename all uses of "byte" to "char".
Basically, localized find and replace, with a bit of flexibility.
As someone who doesn't like modal options I used nano, micro, and ox in that order but Flow is a much nicer product than those 3
If you like helix it can also just us the modal editing and keybinds from it as well