I have a table-like file, multiple columns like a CSV file.
If I wish to edit the values in (say) the 3rd field, I need to do the following:
- select the existing value in the first row,
- enter a new value,
- move down, shift-move left (multiple) to select the next value.
- back to step 2 and repeat
I would like to simplify this. Rectangular selection is great, but it creates multiple cursors. I would love a single cursor that moves down to the next row within the rectangular region, and selects the existing value, ready for me to overwrite.
Or to put it simply, just like Excel edits values in a column: type value, press enter, type value, press enter…
Is there any way to do this in Sublime? Has a package been written, or is there a quick mod that could allow me to do this?
tim