Hotkey |
Function |
Down Arrow |
Goes the history down. |
End |
Goes to the end of line. |
Enter |
Executes the command. |
Home |
Goes to the beginning of the line. |
Tab |
Auto complete the current entry. |
Up Arrow |
Goes the history up. |
Alt + D |
Removes the next word. |
Alt + W |
Copies the text from the current position to mark. |
Ctrl + A |
Selects the line. |
Ctrl + C |
Copies the selected text. |
Ctrl + F |
Searches the history forwards. |
Ctrl + K |
Cuts the line from the current position to the end. |
Ctrl + L |
Clears the console. |
Ctrl + M |
Sets the mark. |
Ctrl + N |
Canceled the current command and displays the prompt. |
Ctrl + R |
Searches the history backwards. |
Ctrl + V |
Paste the text from clipboard. |
Ctrl + W |
Cuts the text from current position to the mark. |
Ctrl + X |
Cut the current line. |
Ctrl + Y |
Redo. |
Ctrl + Z |
Undo. |
Ctrl + Left Arrow |
Goes to the previous word. |
Ctrl + Right Arrow |
Goes to the next word. |
Ctrl + Backspace |
Removes the previous word. |
Shift + Home |
Selects the text from current position to the beginning of
the line. |
Shift + End |
Selects the text from current position to the end of the
line. |