Fixed a typo: "Let's" -> "Lets"

"Let's" is a contraction of "let us", as in "let's use shortcuts".

"Lets" is a form of "let", meaning "allow".
This commit is contained in:
Simon Goldin
2020-10-15 18:46:14 -04:00
committed by GitHub
parent 37296cd6d1
commit 844369f5ae

View File

@@ -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 + 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 + 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 + H Same as backspace
Ctrl + R Lets you search through previously used commands Ctrl + R Lets you search through previously used commands
Ctrl + C Kill whatever you are running Ctrl + C Kill whatever you are running
Ctrl + D Exit the current shell Ctrl + D Exit the current shell
Ctrl + Z Puts whatever you are running into a suspended background process. fg restores it. Ctrl + Z Puts whatever you are running into a suspended background process. fg restores it.