Merge pull request #11 from dimisjim/origin/patch-1

add clear trick
This commit is contained in:
Bonnie I-Man Ng 2019-06-10 09:52:15 +08:00 committed by GitHub
commit 8f7169db16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ Ctrl + w : cut the word before the cursor; then Ctrl + y paste it
Ctrl + u : cut the line before the cursor; then Ctrl + y paste it
Ctrl + x + Ctrl + e : launch editor define by $EDITOR
Ctrl + _ : undo typing.
Ctrl + l : equivalent to clear.
```
##### Change case
```bash