gabesoft / evil-mc

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

prefix argument for evil-mc-make-cursor-move-next-line #44

Closed Dickby closed 7 years ago

Dickby commented 7 years ago

Since evil-mc-make-cursor-move-next-line is by default on the key g r j and it's not repeatable by . it takes lots of key strokes to make more than one new cursor on the next lines. It would be nice to use the prefix argument for making more cursors. Thanks.