gabesoft / evil-mc

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

Add grI and grA to make cursors from a selection #99

Closed duianto closed 4 years ago

duianto commented 4 years ago

grI (I = uppercase i) to evil-mc-make-cursor-in-visual-selection-beg grA to evil-mc-make-cursor-in-visual-selection-end

A character or line selection, creates cursors at the beginning or end of each line with a selection.

A block selection, creates cursors before or after the selection blocks left or right most column on each line with a selection.

duianto commented 4 years ago

Thanks