docs: Fix shortcut for select a smaller syntax node (#22135)

Release Notes:

- N/A
This commit is contained in:
lihsai0
2024-12-17 14:13:10 +02:00
committed by GitHub
parent e1bc48c554
commit 4878b9bbed
+1 -1
View File
@@ -89,7 +89,7 @@ Treesitter is a powerful tool that Zed uses to understand the structure of your
| Go to next/previous section end | `] [` / `[ ]` |
| Go to next/previous comment | `] /`, `] *` / `[ /`, `[ *` |
| Select a larger syntax node | `[ x` |
| Select a larger syntax node | `[ x` |
| Select a smaller syntax node | `] x` |
| Text Objects | Default Shortcut |
| ---------------------------------------------------------- | ---------------- |