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

Release Notes:

- N/A
This commit is contained in:
lihsai0 2024-12-17 20:13:10 +08:00 committed by GitHub
parent e1bc48c554
commit 4878b9bbed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 |
| ---------------------------------------------------------- | ---------------- |