From 7ce55e3e72badf5cfc399a0a0eec2a4b0b5f1d3c Mon Sep 17 00:00:00 2001 From: Dimitris Date: Fri, 7 Jun 2019 14:16:52 +0300 Subject: [PATCH] add clear trick Signed-off-by: dimisjim --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 331d3e5..cb67ad5 100644 --- a/README.md +++ b/README.md @@ -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