docs(tree-sitter): add goto binding table

This commit is contained in:
Jeetaditya Chatterjee 2022-05-24 15:38:31 +01:00
parent 6d10e205dd
commit de052a7a92
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91

View file

@ -76,6 +76,16 @@ They are used in a container context (not =vf= but =vaf= or =vif=)
you can also jump to the next / previous node type in a buffer by using =[g=
or =]g= respectfully, the following key will correspond to the text object you
want to jump to
Currently keys are bound to:
| key | text object |
|-----+----------------|
| =a= | parameter list |
| =f= | function |
| =F= | function call |
| =c= | comment |
| =C= | class |
| =i= | conditional |
| =l= | loop |
* Configuration
** Disable text objects for certain modes