Merge pull request #41 from 5c077m4n/add-ctrl-z-term-cmd

Add `Ctrl + z` command description
This commit is contained in:
Bonnie I-Man Ng 2023-03-15 15:40:24 +08:00 committed by GitHub
commit 9ae2d9403b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ Ctrl + u : cut the line before the cursor; then Ctrl + y paste it
Ctrl + _ : undo typing. Ctrl + _ : undo typing.
Ctrl + l : equivalent to clear. Ctrl + l : equivalent to clear.
Ctrl + x + Ctrl + e : launch editor defined by $EDITOR to input your command. Useful for multi-line commands. 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 ##### Change case
```bash ```bash