ctrl + c: Terminate current command
ctrl + c
ctrl + z: Suspend the current command, you can restore this command with bg/fg, or kill it.
ctrl + z
ctrl + a: Go to the beginning the line
ctrl + a
ctrl + e: Go to the end of the line
ctrl + e