##########################
## Keyboard Shortcuts
##########################
TAB  # autocompletes the command or the filename if its unique
TAB TAB (press twice)   # displays all commands or filenames that start with those letters

# clearing the terminal
CTRL + L

# closing the shell (exit)
CTRL + D

# cutting (removing) the current line 
CTRL + U

# moving the cursor to the start of the line
CTRL + A

# moving the cursor to the end of the line
Ctrl + E

# stopping the current command
CTRL + C

# sleeping a the running program
CTRL + Z

# opening a terminal 
CTRL + ALT + T