From 007f6952a851f7521fa6d10215697a4afa0e1165 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+nikitarevenco@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:34:44 +0000 Subject: [PATCH] docs: remove accidentally pasted code --- book/src/keymap.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/book/src/keymap.md b/book/src/keymap.md index f630bd31b..c45edaf06 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -238,14 +238,6 @@ #### Case mode Various functions for changing case of text in different ways. - "a" => switch_to_alternate_case, - "l" => switch_to_lowercase, - "u" => switch_to_uppercase, - "p" => switch_to_pascal_case, - "c" => switch_to_camel_case, - "t" => switch_to_title_case, - "s" => switch_to_snake_case, - "k" => switch_to_kebab_case, | Key | Description | Command | | ----- | ----------- | ------- | | `l` | Switch all text to lowercase | `switch_to_lowercase` |