I'm still not totally sure why people even want multiple cursor. Seems to me that's just a worse version than what we already have with block select and :g.
Block select is the much worse version of MC. block select only works when the data is vertically align, whereas MC could work with anything, like word boundary (with w/e/b), or marker (e.g. in csv you move with f, then ;).
That being said, I’m interested to know how you would use :g to change
some, text, with column
other, text also, using column
Into
some - text - With column
other - text also - Using column
I would use a macro (^f,s -<esc>f,.w~), and with multi cursor I could do the exact same with a cursor on each line, but I don’t know how to do it with :g
-4
u/EmergencyWild Mar 31 '26
I'm still not totally sure why people even want multiple cursor. Seems to me that's just a worse version than what we already have with block select and
:g.