diff --git a/readme.md b/readme.md index 1b07352..2b21f8e 100644 --- a/readme.md +++ b/readme.md @@ -378,7 +378,7 @@ Ctrl + E Go to the end of the line you are currently typing on Ctrl + L Clears the Screen, similar to the clear command Ctrl + U Clears the line before the cursor position. If you are at the end of the line, clears the entire line. Ctrl + H Same as backspace -Ctrl + R Let’s you search through previously used commands +Ctrl + R Lets you search through previously used commands Ctrl + C Kill whatever you are running Ctrl + D Exit the current shell Ctrl + Z Puts whatever you are running into a suspended background process. fg restores it.