Merge pull request #6 from will-b/master

Add undo typing for Ctrl keys
This commit is contained in:
I-Man Ng 2019-05-12 00:49:07 +08:00 committed by GitHub
commit 947d5657bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ Ctrl + t : transpose the character before the cursor with the one under the curs
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.
```
##### Change case
```bash