Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/textobjects.md')
| -rw-r--r-- | book/src/textobjects.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/book/src/textobjects.md b/book/src/textobjects.md index 92ca5645..541acab9 100644 --- a/book/src/textobjects.md +++ b/book/src/textobjects.md @@ -27,7 +27,7 @@ function or block of code. > 💡 `f`, `t`, etc. need a tree-sitter grammar active for the current document and a special tree-sitter query file to work properly. [Only -some grammars][lang-support] currently have the query file implemented. +some grammars](./lang-support.md) currently have the query file implemented. Contributions are welcome! ## Navigating using tree-sitter textobjects @@ -37,9 +37,9 @@ possible using tree-sitter and textobject queries. For example to move to the next function use `]f`, to move to previous type use `[t`, and so on. -![Tree-sitter-nav-demo][tree-sitter-nav-demo] + -For the full reference see the [unimpaired][unimpaired-keybinds] section of the key bind +For the full reference see the [unimpaired](./keymap.html#unimpaired) section of the key bind documentation. > 💡 This feature relies on tree-sitter textobjects |