- CTRL + A: Cursor back to the beginning of the command, or directly using the Home key (A:ahead)
- Ctrl+e: Cursor back to the end of the command line, or use the end key directly (E:end)
- CTRL+B: Cursor moves one character to the beginning of the line (b:backwards)
- CTRL+F: Cursor moves one character to the end of the line (f:forwards)
- Ctrl+w: Delete the character at the beginning of the cursor
- Ctrl+k: Delete the character at the end of the line at the cursor
- Ctrl+u: Delete entire command line text characters
- Ctrl+l: Clear Screen
- Ctrl+h: Remove a character from the beginning of the line
- Ctrl+d: Deletes a character to the end of a line
- Ctrl+y: Paste ctrl+u,ctrl+k,ctrl+w deleted text
- Ctrl+p: Previous used History command (p:previous)
- CTRL + N: The next Use History command (N:NEXT)
- Ctrl+r: Quick Search History Command (r:retrieve)
- Ctrl+t: Swap the character of the cursor and the character before it
- Ctrl+i: Equivalent to Tab key
- Ctrl+o: Equivalent to Ctrl+m.
- Ctrl+m: Equivalent Enter key
- Ctrl+s: Make the Terminal daze, still, can make the terminal screen of the fast output stop
- Ctrl+q: Quit Ctrl+s caused by daze
- CTRL + Z: Enables tasks that are running in the terminal, running in the background (FG recovery available)
- CTRL + C: Interrupt the task being performed in the terminal
- Ctrl+d: You can exit the terminal in the case of an empty command line
- Ctrl+[: Equivalent to the ESC key
- ESC key: Display all supported terminal commands 3 times in a row
Linux terminal commands shortcut keys