diff --git a/doc/reference/shell/index.rst b/doc/reference/shell/index.rst index 94fcd5dec8c..f14ccb4998d 100644 --- a/doc/reference/shell/index.rst +++ b/doc/reference/shell/index.rst @@ -365,6 +365,10 @@ The shell module supports the following meta keys: * - :kbd:`Ctrl + l` - Clears the screen and leaves the currently typed command at the top of the screen. + * - :kbd:`Ctrl + n` + - Moves in history to next entry. + * - :kbd:`Ctrl + p` + - Moves in history to previous entry. * - :kbd:`Ctrl + u` - Clears the currently typed command. * - :kbd:`Ctrl + w`