docs: remove unneeded comment

pull/12043/head
Nikita Revenco 2024-12-20 13:03:34 +00:00
parent 59d65beeac
commit 45dd3a6c96
1 changed files with 0 additions and 2 deletions

View File

@ -250,8 +250,6 @@ Various commands for changing the case of text in different ways.
| `k` | Switch text to kebab-case | `switch_to_kebab_case` | | `k` | Switch text to kebab-case | `switch_to_kebab_case` |
| `a` | Switch text to aLTERNATE cASE | `switch_to_alternate_case` | | `a` | Switch text to aLTERNATE cASE | `switch_to_alternate_case` |
TODO: Mappings for selecting syntax nodes (a superset of `[`).
#### Match mode #### Match mode
Accessed by typing `m` in [normal mode](#normal-mode). Accessed by typing `m` in [normal mode](#normal-mode).