Mark with RMB+LMB mouse command (workaround for mark on drag select bugs) #175
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
My take for solving this issue, that for me it renders the plugin unusable (it also breaks find_under_expand and just too much in my installation). Moreover, it is just a mouse thing, because selecting with keyboard doesn't mess up anything.
With this change, to mark with mouse you have to press right button + left button. It doesn't replace normal function (expand to line/paragraph/all), it just precedes them, they're still possible with one more click.
An advantage over the previous implementation is that you don't need to select anything, you can just set the mark at the cursor if that's what you want.
Another advantage is that, being a command, you can set the mouse binding you want (to extra mouse buttons if you have them, for example).