mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
Merge pull request #21 from Strahinja/master
Correct the description of Esc + c (Alt+c, M-c)
This commit is contained in:
commit
c2b96736bd
@ -57,7 +57,7 @@ Esc + u
|
|||||||
Esc + l
|
Esc + l
|
||||||
# converts text from cursor to the end of the word to lowercase.
|
# converts text from cursor to the end of the word to lowercase.
|
||||||
Esc + c
|
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)
|
##### Run history number (e.g. 53)
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user