Add undo typing for Ctrl keys

This commit is contained in:
will-b 2019-05-11 16:42:07 +02:00 committed by GitHub
parent 0c147a8820
commit 3759a1cb15
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 + 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 + u : cut the line before the cursor; then Ctrl + y paste it
Ctrl + x + Ctrl + e : launch editor define by $EDITOR Ctrl + x + Ctrl + e : launch editor define by $EDITOR
Ctrl + _ : undo typing.
``` ```
##### Change case ##### Change case
```bash ```bash