Ctrl
+
Alt
+
T
Open a new terminal window
Ctrl
+
L
Clear the terminal screen (same as 'clear' command)
Ctrl
+
C
Interrupt/kill the current running process
Ctrl
+
Z
Suspend current process (send to background)
Ctrl
+
D
Log out / End of file (EOF) signal
Tab
Auto-complete commands, filenames, and paths
↑
Navigate to previous command in history
Ctrl
+
R
Reverse search through command history