Ctrl + u
delete everything from the cursor to the beginning of the line
Ctrl + w
delete the previous word on the command line before the cursor
Ctrl + 1
clear the terminal window
Ctrl + a
jump to the beginning of the command line
Ctrl + e
move your cursor to the end of the command line
Ctrl + r
search command history in reverse, continue pressing key sequence
to continue backwards search. Esc when done or command found
#reference
[[Home]]