Add Ctrl + z command desc

Signed-off-by: Roee Shapira <roee.shapira@tensorleap.ai>
Signed-off-by: Roee Shapira <ro33.sha@gmail.com>
This commit is contained in:
Roee Shapira 2022-05-24 01:17:25 +03:00
parent a59c8598b0
commit 5f0c40efc5
No known key found for this signature in database

View File

@ -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 <process number>` where the default is the last one.
```
##### Change case
```bash