It is mentioned at :h <A-LeftMouse>. What doc patch would you suggest at visual.txt?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
I'm afraid I don't have the expertise to offer a real patch to the documentation...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
Okay, how about the following then:
diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt index 67f32c4df..ebac1e1c1 100644 --- a/runtime/doc/visual.txt +++ b/runtime/doc/visual.txt @@ -157,6 +157,9 @@ gN Like |gn| but searches backward, like with `N`. You cannot use these, but they might show up in some places. +<A-LeftMouse> Starts or extends the Visual area blockwise, see + |<A-LeftMouse>|. + If Visual mode is not active and the "v", "V" or CTRL-V is preceded with a count, the size of the previously highlighted area is used for a start. You can then move the end of the highlighted area and give an operator. The type
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
I think this isn't enough, as I just learned whether it's <A-LeftMouse> or <A-RightMouse> starts a blockwise Visual selection depends on 'mousemodel', which has different default values on different systems.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()