docs(tree-sitter): mention goto

This commit is contained in:
Jeetaditya Chatterjee 2022-01-24 18:38:18 +00:00
parent 89f82428e6
commit e3b5798a58
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91

View file

@ -12,6 +12,7 @@
- [[#features][Features]]
- [[#language-support][Language support]]
- [[#text-objects][Text Objects]]
- [[#goto-certain-nodes][Goto certain nodes]]
- [[#configuration][Configuration]]
- [[#disable-text-objects-for-certain-modes][Disable text objects for certain modes]]
- [[#adding-your-own-text-objects][Adding your own text objects]]
@ -76,6 +77,11 @@ Currently text objects are bound to:
They are used in a container context (not =vf= but =vaf= or =vif=)
** Goto certain nodes
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
* Configuration
** Disable text objects for certain modes
If you wish to disable tree sitter text objects then you can just remove