In the shell command terminal. CTRL + N is equivalent to the direction down direction key, ctrl+p equivalent to the direction upward direction key.
In the command terminal through them or the direction of the key to achieve a high-speed search history commands. This is also the technique of high-speed input commands.
The command terminal enables high-speed retrieval of used historical commands through ctrl+r. Ctrl+r R is the R in retrieve.
CTRL + A: The cursor returns to the beginning of the command.
(A:ahead)
CTRL+E: The cursor returns to the end of the command line. (E:end)
CTRL+B: The cursor moves one character to the beginning of the line. (b:backwards)
CTRL + F: The cursor moves one character at the end of the line. (f:forwards)
Ctrl+w: Deletes the character at the beginning of the cursor.
Ctrl+k: Deletes the character at the end of the line at the cursor.
Ctrl+u: Deletes the entire command line text character.
Ctrl+h: Removes a character from the beginning of the line.
Ctrl+d: Deletes one character at the end of a line.
Ctrl+y:: Paste ctrl+u. Ctrl+k,ctrl+w the deleted text.
Ctrl+p: The previous used History command. (p:previous)
CTRL + N: The next use History command. (N:next)
Ctrl+r: High-speed search history command.
(R:retrieve).
Ctrl+t: Swap the character of the cursor and its preceding character.
Ctrl+i: Equivalent to Tab key.
Ctrl+o: Equivalent to Ctrl+m.
Ctrl+m: Equivalent enter key.
Shell command-line shortcut keys