You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: