docs(tree-sitter): mention goto
This commit is contained in:
parent
89f82428e6
commit
e3b5798a58
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
- [[#features][Features]]
|
- [[#features][Features]]
|
||||||
- [[#language-support][Language support]]
|
- [[#language-support][Language support]]
|
||||||
- [[#text-objects][Text Objects]]
|
- [[#text-objects][Text Objects]]
|
||||||
|
- [[#goto-certain-nodes][Goto certain nodes]]
|
||||||
- [[#configuration][Configuration]]
|
- [[#configuration][Configuration]]
|
||||||
- [[#disable-text-objects-for-certain-modes][Disable text objects for certain modes]]
|
- [[#disable-text-objects-for-certain-modes][Disable text objects for certain modes]]
|
||||||
- [[#adding-your-own-text-objects][Adding your own text objects]]
|
- [[#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=)
|
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
|
* Configuration
|
||||||
** Disable text objects for certain modes
|
** Disable text objects for certain modes
|
||||||
If you wish to disable tree sitter text objects then you can just remove
|
If you wish to disable tree sitter text objects then you can just remove
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue