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

lihsai0 created

Release Notes:

- N/A

Change summary

docs/src/vim.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

docs/src/vim.md 🔗

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