I often have to insert sequences like
:1, :2, :3, :4, :5
into a plain text file. That's easy to do with 5 items like in my example but it becomes tedious if I have something like 42 items. Is there a possibility that I only type the colon and have it repeated a number of times on the same line?
I can do the numbering using an extension so it would be nice if multiple cursors would be placed after the inserted colons immediately.