mirror of https://github.com/helix-editor/helix
docs: remove accidentally pasted code
parent
7327393d80
commit
fb5a84ecfa
|
@ -240,14 +240,6 @@ Accessed by typing ` ` ` in [normal mode](#normal-mode).
|
||||||
|
|
||||||
Various functions for changing case of text in different ways.
|
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 |
|
| Key | Description | Command |
|
||||||
| ----- | ----------- | ------- |
|
| ----- | ----------- | ------- |
|
||||||
| `l` | Switch all text to lowercase | `switch_to_lowercase` |
|
| `l` | Switch all text to lowercase | `switch_to_lowercase` |
|
||||||
|
|
Loading…
Reference in New Issue