From 5f0c40efc5ec9714e82644eecabb490bf390332c Mon Sep 17 00:00:00 2001 From: Roee Shapira Date: Tue, 24 May 2022 01:17:25 +0300 Subject: [PATCH] Add `Ctrl + z` command desc Signed-off-by: Roee Shapira Signed-off-by: Roee Shapira --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ab8425..7c301d3 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Ctrl + u : cut the line before the cursor; then Ctrl + y paste it 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. +Ctrl + z : move current running process into the background, and get it back via typing `fg ` where the default is the last one. ``` ##### Change case ```bash