mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
docs(tree-sitter): add goto binding table
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user