docs: Fix shortcut for select a smaller syntax node (#22135)
Release Notes: - N/A
This commit is contained in:
parent
e1bc48c554
commit
4878b9bbed
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
| ---------------------------------------------------------- | ---------------- |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue