Multi cursor sequential insertion package
I saw last year this package while searching for cool packages, but did not think it was useful until I get to need it a few times on the last few days.
Now I completely forgot how was that package name, or what I was using as search term to find it out. I tried a few but did not get much. I am looking the package which can do this:
- I have several cursors like this:
Abc |
Abc |
Abc |
Abc |
- Then I call for the package command and I got only the first cursor.
Abc |
Abc
Abc
Abc
- Then I type something like
a
:
Abc a|
Abc
Abc
Abc
- Then each time I press enter, the cursor follow to the next cursor automatically, until all my initial cursors/carets being covered/processed.
Abc a
Abc |
Abc
Abc
–>
Abc a
Abc b|
Abc
Abc
–>
Abc a
Abc b
Abc |
Abc
–>
Abc a
Abc b
Abc c|
Abc
–>
Abc a
Abc b
Abc c
Abc d|