Update README.md

This commit is contained in:
onceupon
2018-10-24 01:38:36 +08:00
committed by GitHub
parent 8d8a350dcf
commit 0bde7e7ec2

View File

@ -33,8 +33,8 @@ http://onceupon.github.io/Bash-Oneliner/
## Ctrl
```bash
Ctrl + n : Same as Down arrow.
Ctrl + p : Same as Up arrow.
Ctrl + n : same as Down arrow.
Ctrl + p : same as Up arrow.
Ctrl + r : begins a backward search through cammand history.(keep pressing Ctrl + r to move backward)
Ctrl + s : to stop output to terminal.
Ctrl + q : to resume output to terminal after Ctrl + s.