mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2025-02-16 13:08:23 +00:00
Fixed a typo
Just something small that was overlooked.
This commit is contained in:
parent
1f17f61bb2
commit
256abda882
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Here's a more stylish version of [Bash-Oneliner](http://onceupon.github.io/Bash-
|
|||
```bash
|
||||
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 + r : begins a backward search through command 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.
|
||||
Ctrl + a : move to the beginning of line.
|
||||
|
|
Loading…
Add table
Reference in a new issue