mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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=
|
||||
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
|
||||
|
Reference in New Issue
Block a user