##########################
## 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 current line
CTRL + L

# closing the shell (exit)
CTRL + D

# cutting (removing) the current line 
CTRL + U

# moving the cursor to 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