From c7cbb4e0c972a99e8624edcef8e4f3ac8e54c917 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:58:15 +0000 Subject: [PATCH] docs: `~` is assigned to alternate case function --- book/src/generated/static-cmd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `` |