We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
With the following text:
( foo (bar))
If the cursor is|:
|
( |foo (bar))
via lead, as expected to:
via
([ foo (bar)])
where the selection is[]
[]
( |foo| (bar))
via lead to:
( foo [(bar)])
We would expect the vanilla Vim behavior