From 256abda882940a835ca3a78d2910566689109956 Mon Sep 17 00:00:00 2001 From: Matthew Helmke Date: Wed, 8 May 2019 15:29:59 -0500 Subject: [PATCH] Fixed a typo Just something small that was overlooked. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e337cd..b601cdc 100644 --- a/README.md +++ b/README.md @@ -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.