From 2a7525a8740adf1272ee56d4faf27c6f45ce7985 Mon Sep 17 00:00:00 2001 From: I-Man Ng Date: Fri, 10 May 2019 15:22:11 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c316b0..f9623be 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Here's a more stylish version of [Bash-Oneliner](http://onceupon.github.io/Bash- ## Terminal Tricks ##### Ctrl -```bash +``` Ctrl + n : same as Down arrow. Ctrl + p : same as Up arrow. Ctrl + r : begins a backward search through command history.(keep pressing Ctrl + r to move backward)