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

View File

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