docs(tree-sitter): mention text object bindings
This commit is contained in:
parent
727fcb2fcc
commit
6dd678a53c
1 changed files with 11 additions and 0 deletions
|
@ -57,6 +57,17 @@ Not all language support all text objects (yet). [[https://github.com/nvim-trees
|
||||||
objects languages support]]
|
objects languages support]]
|
||||||
Note: only languages with parsers in emacs have text object support currently
|
Note: only languages with parsers in emacs have text object support currently
|
||||||
|
|
||||||
|
currently text objects are bound to:
|
||||||
|
| key | text object |
|
||||||
|
|-----+-------------|
|
||||||
|
| =f= | function |
|
||||||
|
| =C= | class |
|
||||||
|
| =c= | comment |
|
||||||
|
| =i= | conditional |
|
||||||
|
| =l= | loop |
|
||||||
|
|
||||||
|
They are used in a container context (not =vf= but =vaf= or =vif=)
|
||||||
|
|
||||||
* TODO Configuration
|
* TODO Configuration
|
||||||
# How to configure this module, including common problems and how to address them.
|
# How to configure this module, including common problems and how to address them.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue