docs: Fix wrong html-like tags shortcut for Vim (#26792)
Release Notes: - N/A
This commit is contained in:
parent
25772b8777
commit
6b0a282c9c
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ Treesitter is a powerful tool that Zed uses to understand the structure of your
|
||||||
| A comment | `g c` |
|
| A comment | `g c` |
|
||||||
| An argument, or list item, etc. | `i a` |
|
| An argument, or list item, etc. | `i a` |
|
||||||
| An argument, or list item, etc. (including trailing comma) | `a a` |
|
| An argument, or list item, etc. (including trailing comma) | `a a` |
|
||||||
| Around an HTML-like tag | `i a` |
|
| Around an HTML-like tag | `a t` |
|
||||||
| Inside an HTML-like tag | `i a` |
|
| Inside an HTML-like tag | `i t` |
|
||||||
| The current indent level, and one line before and after | `a I` |
|
| The current indent level, and one line before and after | `a I` |
|
||||||
| The current indent level, and one line before | `a i` |
|
| The current indent level, and one line before | `a i` |
|
||||||
| The current indent level | `i i` |
|
| The current indent level | `i i` |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue