Terminal Key Function

Following is the list of all the terminal keys and their function.

Table 1. List of Terminal Keys
[ENTER] Run a CLI config script
[CTRL] + [M]
[TAB] Tab completion.

If [TAB] is pressed after a non-whitespace character, complete the word before the Tab.

If [TAB] is pressed after a whitespace character, complete the next word.

[CTRL] +[I]
[?] Display available commands.

If ? is pressed after a non-whitespace character, show possible choices for this word.

If ? is pressed after a whitespace character, show possible choices for the next word.

up arrow Up history
[CTRL] + [P]
down arrow Down history
[CTRL] + [N]
[Home] Move the cursor to the beginning of the input line
[CTRL] + [A]
[End] Move the cursor to the end of the input line
[CTRL] + [E]
left arrow Move the cursor backward
[CTRL] + [B]
right arrow Move the cursor forward
[CTRL] + [F]
[Backspace] Erase the character before the cursor
[CTRL] + [H]