diff --git a/modules/tools/tree-sitter/README.org b/modules/tools/tree-sitter/README.org index 58b8527c9..ef1b0aa30 100644 --- a/modules/tools/tree-sitter/README.org +++ b/modules/tools/tree-sitter/README.org @@ -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