mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-25 13:57:01 +00:00
Fix typo
Thank Costin Stefan for the reminder
This commit is contained in:
parent
7643e712fd
commit
bbd2974d41
@ -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.
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user