diff --git a/book/src/generated/static-cmd.md b/book/src/generated/static-cmd.md index af7515b8e..da9117d6b 100644 --- a/book/src/generated/static-cmd.md +++ b/book/src/generated/static-cmd.md @@ -53,9 +53,14 @@ | `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_case` | Switch (toggle) case | normal: `` ~ ``, select: `` ~ `` | -| `switch_to_uppercase` | Switch to uppercase | normal: `` ``, select: `` `` | -| `switch_to_lowercase` | Switch to lowercase | normal: `` ` ``, select: `` ` `` | +| `switch_to_alternate_case` | Switch to aLTERNATE cASE | normal: `` ~ ``, select: `` ~ `` | +| `switch_to_upper_case` | Switch to UPPERCASE | normal: `` `u ``, select: `` `u `` | +| `switch_to_lower_case` | Switch to lowercase | normal: `` `l ``, select: `` `l `` | +| `switch_to_pascal_case` | Switch to PascalCase | normal: `` `p ``, select: `` `p `` | +| `switch_to_camel_case` | Switch to camelCase | normal: `` `c ``, select: `` `c `` | +| `switch_to_title_case` | Switch to Title Case | normal: `` `t ``, select: `` `t `` | +| `switch_to_snake_case` | Switch to snake_case | normal: `` `s ``, select: `` `s `` | +| `switch_to_kebab_case` | Switch to kebab-case | normal: `` `k ``, select: `` `k `` | | `page_up` | Move page up | normal: `` ``, `` Z ``, `` z ``, `` ``, `` Z ``, `` z ``, select: `` ``, `` Z ``, `` z ``, `` ``, `` Z ``, `` z ``, insert: `` `` | | `page_down` | Move page down | normal: `` ``, `` Z ``, `` z ``, `` ``, `` Z ``, `` z ``, select: `` ``, `` Z ``, `` z ``, `` ``, `` Z ``, `` z ``, insert: `` `` | | `half_page_up` | Move half page up | |