Ctrl + A # Move to beginning of line
Ctrl + E # Move to end of line
Ctrl + U # Delete to beginning of line
Ctrl + K # Delete to end of line
Ctrl + W # Delete previous word
Ctrl + Y # Paste (yank) deleted text
Navigation shortcuts
Moving around the command line
Alt + B # Move back one word
Alt + F # Move forward one word
Ctrl + XX # Toggle between start and current
position
Ctrl + L # Clear screen (same as clear)
Process control
Managing running processes
Ctrl + C # Terminate current command
Ctrl + Z # Suspend current command
Ctrl + D # Exit shell (if line is empty)
Ctrl + R # Reverse history search
Ctrl + G # Abort current operation