From 4878b9bbedbab452447ca5546b3d8b3d3464e861 Mon Sep 17 00:00:00 2001 From: lihsai0 Date: Tue, 17 Dec 2024 20:13:10 +0800 Subject: [PATCH] docs: Fix shortcut for select a smaller syntax node (#22135) Release Notes: - N/A --- docs/src/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/vim.md b/docs/src/vim.md index 4f87c649efd3181b6fd30c764b51d0e52024a730..22c6ab737c19c846a1d6f7aa2424d3690219e5a5 100644 --- a/docs/src/vim.md +++ b/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 | | ---------------------------------------------------------- | ---------------- |