Skip to content

Commit

Permalink
update unix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Jan 1, 2019
1 parent cb7c9f2 commit 0f4714a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/reference/commands/unix-and-linux-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,18 @@ The exit values of commands:
[Esc]+.
```
12. Pause/Freeze the terminal
```bash
^s
```
13. Resume the terminal
```bash
^q
```
For cursor movement, [here](https://clementc.github.io/blog/2018/01/25/moving_cli/) is an excellent picture.
## Navigation
Expand Down

0 comments on commit 0f4714a

Please sign in to comment.