Ctrl+A # Move to beginning of line
Ctrl+E # Move to end of line
Ctrl+K # Delete to end of line
Ctrl+U # Delete to beginning of line
Ctrl+W # Delete previous word
Completion
File and command completion
Esc, Esc # Complete filename
Ctrl+D # List possible completions
Tab # Complete command (if set)
History navigation
Browse command history
Up/Down # Navigate history
Ctrl+P # Previous command
Ctrl+N # Next command
Ctrl+R # Reverse search
Process control
Manage running processes
Ctrl+C # Interrupt process
Ctrl+Z # Suspend process
Ctrl+D # End of input (logout)
Ctrl+S # Pause output
Ctrl+Q # Resume output