Merge pull request #21 from Strahinja/master

Correct the description of Esc + c (Alt+c, M-c)
This commit is contained in:
Bonnie I-Man Ng 2022-05-03 12:21:52 +08:00 committed by GitHub
commit c2b96736bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ Esc + u
Esc + l
# converts text from cursor to the end of the word to lowercase.
Esc + c
# converts letter under the cursor to uppercase.
# converts letter under the cursor to uppercase, rest of the word to lowercase.
```
##### Run history number (e.g. 53)
```bash