|
|
|
|
|
by latexr
336 days ago
|
|
Multi-caret support in Helix is awesome. It’s even the first feature they mention on the homepage. https://helix-editor.com You can `C` to extend the caret down, or `s` to enter a multiple regex selection. It even keeps your copied/deleted text per caret. I do wild things with it all the time, like changing a structured document into a completely different structure. |
|
It's powerfully expressive. IIRC, you can select a region (such as a whole file), split the selection into multiple cursors, retain only the selections which match a regex, among other things.