Ctrl+A: Moves cursor to start of the line.Ctrl+E: Moves cursor to end of the line.Alt+F: Moves one word forward.Alt+B: Moves one word back.
Ctrl+W: Remove the word backwards starting from cursor position.Alt+D: Delete a word starting from the current cursor positionCtrl+U: Remove the line backwards starting from cursor position.Ctrl+K: Remove the line forward starting from cursor position.
Ctrl+L: Clears the terminal screen.