mirror of https://github.com/helix-editor/helix
docs: `~` is assigned to alternate case function
parent
54dbc1bd44
commit
c7cbb4e0c9
|
@ -53,7 +53,7 @@
|
||||||
| `extend_prev_char` | Extend to previous occurrence of char | select: `` F `` |
|
| `extend_prev_char` | Extend to previous occurrence of char | select: `` F `` |
|
||||||
| `repeat_last_motion` | Repeat last motion | normal: `` <A-.> ``, select: `` <A-.> `` |
|
| `repeat_last_motion` | Repeat last motion | normal: `` <A-.> ``, select: `` <A-.> `` |
|
||||||
| `replace` | Replace with new char | normal: `` r ``, select: `` r `` |
|
| `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_uppercase` | Switch to UPPERCASE | normal: `` `u ``, select: `` `u `` |
|
||||||
| `switch_to_lowercase` | Switch to lowercase | normal: `` `l ``, select: `` `l `` |
|
| `switch_to_lowercase` | Switch to lowercase | normal: `` `l ``, select: `` `l `` |
|
||||||
| `switch_to_pascal_case` | Switch to PascalCase | normal: `` `p ``, select: `` `p `` |
|
| `switch_to_pascal_case` | Switch to PascalCase | normal: `` `p ``, select: `` `p `` |
|
||||||
|
|
Loading…
Reference in New Issue