gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
383 stars 35 forks source link

Support prefix numerical arguments #110

Open ymarco opened 4 years ago

ymarco commented 4 years ago

Currently, using either evil-repeat (the vim . command) or prefix numerical arguments doesn't work for evil-mc-make-and-goto-next/prev-cursorand evil-mc-make-and-goto-next/prev-match. Supporting them would greatly ease cursor creation when using long prefix maps instead of the default short keys.

I assume from #25 that . would not be supported, but what about numerical prefixes?