|
|
|
|
|
by vukgr
1846 days ago
|
|
I'm surprised everyone's forgetting vim already has a proto-multicursor mode.
Go into Visual Block mode (Ctrl-V) select all the lines then it's just A<delete ,>: Enum.Name0, After that you can just select it again in visual mode and g Ctrl-A to get the right numbers. If anything the g Ctrl-A part makes Vim way better than most multicursor editors. |
|