docs: `~` is assigned to alternate case function

pull/12043/head
Nikita Revenco 2025-02-03 21:58:15 +00:00
parent 54dbc1bd44
commit c7cbb4e0c9
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
| `extend_prev_char` | Extend to previous occurrence of char | select: `` F `` |
| `repeat_last_motion` | Repeat last motion | normal: `` <A-.> ``, select: `` <A-.> `` |
| `replace` | Replace with new char | normal: `` r ``, select: `` r `` |
| `switch_to_alternate_case` | Switch to aLTERNATE cASE | normal: `` `a ``, select: `` `a `` |
| `switch_to_alternate_case` | Switch to aLTERNATE cASE | normal: `` ~ ``, `` `a ``, select: `` ~ ``, `` `a `` |
| `switch_to_uppercase` | Switch to UPPERCASE | normal: `` `u ``, select: `` `u `` |
| `switch_to_lowercase` | Switch to lowercase | normal: `` `l ``, select: `` `l `` |
| `switch_to_pascal_case` | Switch to PascalCase | normal: `` `p ``, select: `` `p `` |