Correct the description of Esc + c (Alt+c)

Signed-off-by: Страхиња Радић <contact@strahinja.org>
This commit is contained in:
Страхиња Радић 2022-01-26 18:17:03 +01:00
parent ce13d4af19
commit 8dcfa4904b
No known key found for this signature in database
GPG Key ID: 9D31EA3651E8DF5A

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