docs(tree-sitter): add goto binding table
This commit is contained in:
parent
6d10e205dd
commit
de052a7a92
1 changed files with 10 additions and 0 deletions
|
@ -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=
|
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
|
or =]g= respectfully, the following key will correspond to the text object you
|
||||||
want to jump to
|
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
|
* Configuration
|
||||||
** Disable text objects for certain modes
|
** Disable text objects for certain modes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue