docs(tree-sitter): mention text object bindings

This commit is contained in:
Jeetaditya Chatterjee 2021-08-20 23:26:12 +01:00
parent 727fcb2fcc
commit 6dd678a53c
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91

View file

@ -57,6 +57,17 @@ Not all language support all text objects (yet). [[https://github.com/nvim-trees
objects languages support]]
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
# How to configure this module, including common problems and how to address them.