Selection error in Vim mode

There’s a json:

{
  "name": "test",
  "list": [
    { "foo": "foo", "bar": "bar },
    { "foo": "foo", "bar": "bar }
  ]
}

When I focus the cursor at the start of line 2 and want to select the whole json content by type v i {, it just stuck at line 4.

Hello evamango,

This forum is for posting topics related to extension development. To report general issues in Nova, please use the Nova Help Form.