Thank Costin Stefan for the reminder
This commit is contained in:
I-Man Ng 2019-05-09 19:19:25 +08:00 committed by GitHub
parent 7643e712fd
commit bbd2974d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ Ctrl + x + Ctrl + e : launch editor define by $EDITOR
Esc + u
# converts text from cursor to the end of the word to uppercase.
Esc + l
# converts text from cursor to the end of the word to uppercase.
# converts text from cursor to the end of the word to case.
Esc + c
# converts letter under the cursor to uppercase.
```