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

Search and using multiple cursors, the last cursor does not highlight the word #5

Open
excetara2 opened this issue May 16, 2018 · 0 comments

Comments

@excetara2
Copy link

So lets say you search for if and select the first 5 occurrences of it in the file. The fifth occurrence (last occurrence selected) will not be highlighted like the previous 4, so if you go forward one space or backward or any other move commands. The cursors fall out of sync due to the first four being highlighted and the fifth being in the same place but just a normal cursor. Aka, the cursors are not in sync anymore which causes erratic behavior.

Also, none of the emacs commands work with multiple cursors but I'm guessing this problem is probably known and was never tried to be fixed?

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

1 participant