mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(tree-sitter): update text obj table
This commit is contained in:
@ -62,12 +62,12 @@ Note: only languages with parsers in emacs have text object support currently.
|
||||
Currently text objects are bound to:
|
||||
| key | text object |
|
||||
|-----+---------------------|
|
||||
| =a= | parameter list |
|
||||
| =A= | parameter list |
|
||||
| =f= | function definition |
|
||||
| =F= | function call |
|
||||
| =C= | class |
|
||||
| =c= | comment |
|
||||
| =i= | conditional |
|
||||
| =v= | conditional |
|
||||
| =l= | loop |
|
||||
|
||||
They are used in a container context (not =vf= but =vaf= or =vif=)
|
||||
|
Reference in New Issue
Block a user