☰ Terminal Key Combos
# Action Key Combo

Navigation & Editing

1Move to the beginning of the lineCtrl + A
2Move to the end of the lineCtrl + E
3Clear everything before the cursorCtrl + U
4Delete everything after the cursorCtrl + K
5Delete the previous wordCtrl + W
6Move back one wordAlt + B
7Move forward one wordAlt + F

History & Commands

8Search command historyCtrl + R
9Run the previous command!!
10Run the last command that starts with 'abc'!abc
11Undo the last editCtrl + _

Miscellaneous

12Clear the terminal screenCtrl + L
13Terminate the current commandCtrl + C
14Exit the terminal sessionCtrl + D
15Autocomplete command/filenameTab