Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kevinji opened this issue May 3, 2019 · 1 comment

Comments

@kevinji
Copy link

kevinji commented May 3, 2019

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants