gabesoft / evil-mc

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

`evil-mc-make-cursor-in-visual-selection-beg` doesn't do the same thing as visual I #92

Open kevinji opened 5 years ago

kevinji commented 5 years ago

The README suggests binding evil-mc-make-cursor-in-visual-selection-beg to I in visual mode, but this doesn't have quite the same behavior. evil-mc-make-cursor-in-visual-selection-beg moves the cursor to the very beginning of the line (mirroring 0), while I moves the cursor to the beginning of text (mirroring ^). It would be nice if there was an actually-equivalent command to visual I.

gabesoft commented 5 years ago

The purpose of that function is cursor creation. It would be nice to have a function that creates the cursors at the beginning of text as well. But, probably not very important since after the cursors are created w would get them to the beginning of text. Also, I will get them to the beginning of text and enter insert mode.