Skip to content

Commit

Permalink
docs: Fix shortcut for select a smaller syntax node (#22135)
Browse files Browse the repository at this point in the history
Release Notes:

- N/A
  • Loading branch information
lihsai0 authored Dec 17, 2024
1 parent e1bc48c commit 4878b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ---------------------------------------------------------- | ---------------- |
Expand Down

0 comments on commit 4878b9b

Please sign in to comment.