From 3759a1cb15d3b97761c1f0a0e074fe5df2946ed2 Mon Sep 17 00:00:00 2001 From: will-b Date: Sat, 11 May 2019 16:42:07 +0200 Subject: [PATCH] Add undo typing for Ctrl keys --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e91dcc9..52352ef 100644 --- a/README.md +++ b/README.md @@ -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