|
250 | 250 | | `surround_add` | Surround add | normal: `` ms ``, select: `` ms `` |
|
251 | 251 | | `surround_replace` | Surround replace | normal: `` mr ``, select: `` mr `` |
|
252 | 252 | | `surround_delete` | Surround delete | normal: `` md ``, select: `` md `` |
|
253 |
| -| `select_textobject_around` | Select around object | normal: `` ma ``, select: `` ma `` | |
254 |
| -| `select_textobject_inner` | Select inside object | normal: `` mi ``, select: `` mi `` | |
| 253 | +| `select_textobject_inside_type` | Select inside type definition (tree-sitter) | normal: `` mit ``, select: `` mit `` | |
| 254 | +| `select_textobject_around_type` | Select around type definition (tree-sitter) | normal: `` mat ``, select: `` mat `` | |
| 255 | +| `select_textobject_inside_function` | Select inside function (tree-sitter) | normal: `` mif ``, select: `` mif `` | |
| 256 | +| `select_textobject_around_function` | Select around function (tree-sitter) | normal: `` maf ``, select: `` maf `` | |
| 257 | +| `select_textobject_inside_parameter` | Select inside argument/parameter (tree-sitter) | normal: `` mia ``, select: `` mia `` | |
| 258 | +| `select_textobject_around_parameter` | Select around argument/parameter (tree-sitter) | normal: `` maa ``, select: `` maa `` | |
| 259 | +| `select_textobject_inside_comment` | Select inside comment (tree-sitter) | normal: `` mic ``, select: `` mic `` | |
| 260 | +| `select_textobject_around_comment` | Select around comment (tree-sitter) | normal: `` mac ``, select: `` mac `` | |
| 261 | +| `select_textobject_inside_test` | Select inside test (tree-sitter) | normal: `` miT ``, select: `` miT `` | |
| 262 | +| `select_textobject_around_test` | Select around test (tree-sitter) | normal: `` maT ``, select: `` maT `` | |
| 263 | +| `select_textobject_inside_entry` | Select inside data structure entry (tree-sitter) | normal: `` mie ``, select: `` mie `` | |
| 264 | +| `select_textobject_around_entry` | Select around data structure entry (tree-sitter) | normal: `` mae ``, select: `` mae `` | |
| 265 | +| `select_textobject_inside_paragraph` | Select inside paragraph | normal: `` mip ``, select: `` mip `` | |
| 266 | +| `select_textobject_around_paragraph` | Select around paragraph | normal: `` map ``, select: `` map `` | |
| 267 | +| `select_textobject_inside_closest_surrounding_pair` | Select inside closest surrounding pair (tree-sitter) | normal: `` mim ``, select: `` mim `` | |
| 268 | +| `select_textobject_around_closest_surrounding_pair` | Select around closest surrounding pair (tree-sitter) | normal: `` mam ``, select: `` mam `` | |
| 269 | +| `select_textobject_inside_word` | Select inside word | normal: `` miw ``, select: `` miw `` | |
| 270 | +| `select_textobject_around_word` | Select around word | normal: `` maw ``, select: `` maw `` | |
| 271 | +| `select_textobject_inside_WORD` | Select inside WORD | normal: `` miW ``, select: `` miW `` | |
| 272 | +| `select_textobject_around_WORD` | Select around WORD | normal: `` maW ``, select: `` maW `` | |
| 273 | +| `select_textobject_inside_change` | Select inside VCS change | normal: `` mig ``, select: `` mig `` | |
| 274 | +| `select_textobject_around_change` | Select around VCS change | normal: `` mag ``, select: `` mag `` | |
255 | 275 | | `goto_next_function` | Goto next function | normal: `` ]f ``, select: `` ]f `` |
|
256 | 276 | | `goto_prev_function` | Goto previous function | normal: `` [f ``, select: `` [f `` |
|
257 | 277 | | `goto_next_class` | Goto next type definition | normal: `` ]t ``, select: `` ]t `` |
|
|
0 commit comments