CTRL + A– takes you to the beginning of the lineCTRL + E– takes you to the end of the lineCTRL + K– “yank” everything after the cursorCTRL + U– “yank” everything before the cursorCTRL + Y- “paste” everything you yankedCTRL + L- clear the screenCTRL + R– reverse search through history
Yanking is pretty useful for deleting lines.
Comments