This commit is contained in:
I-Man Ng
2019-05-10 15:22:11 +08:00
committed by GitHub
parent 845891c75d
commit 2a7525a874

View File

@ -31,7 +31,7 @@ Here's a more stylish version of [Bash-Oneliner](http://onceupon.github.io/Bash-
## Terminal Tricks ## Terminal Tricks
##### Ctrl ##### Ctrl
```bash ```
Ctrl + n : same as Down arrow. Ctrl + n : same as Down arrow.
Ctrl + p : same as Up arrow. Ctrl + p : same as Up arrow.
Ctrl + r : begins a backward search through command history.(keep pressing Ctrl + r to move backward) Ctrl + r : begins a backward search through command history.(keep pressing Ctrl + r to move backward)