From c44a68b096b7bbe4c5415e3957e299b912561e06 Mon Sep 17 00:00:00 2001 From: Simon Egersand Date: Sun, 29 Sep 2019 09:49:51 +0200 Subject: [PATCH] Give additional context for bash tip Signed-off-by: Simon Egersand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b45114..d7c262e 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ Ctrl + x + backspace : delete all text from the beginning of line to the cursor. Ctrl + t : transpose the character before the cursor with the one under the cursor, press Esc + t to transposes the two words before the cursor. 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. +Ctrl + x + Ctrl + e : launch editor defined by $EDITOR to input your command. Useful for multi-line commands. ``` ##### Change case ```bash