diff --git a/book/src/generated/static-cmd.md b/book/src/generated/static-cmd.md index e80672bd7..de7763a7c 100644 --- a/book/src/generated/static-cmd.md +++ b/book/src/generated/static-cmd.md @@ -53,7 +53,7 @@ | `extend_prev_char` | Extend to previous occurrence of char | select: `` F `` | | `repeat_last_motion` | Repeat last motion | normal: `` ``, select: `` `` | | `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 `` |