Control+A
Moves cursor to the beginning of the line
Control+E
Moves cursor to the of the line
Control+W
Removes the word before cursor
Control+R
Finds the previous shell command
Control+C
Interrupts the running command
Control+Z
Puts the running command to sleep
Control+L
Clears the screen
Control+U
Clears the whole line
Control+D
Forward deletes If the line is empty, it will log you out
Control+S
Stops screen updating
Control+Q
Enables screen updating
Control+P
Steps backward through previous commands
Control+N
Steps forward through previous commands