From a3b363e1ce11e496e037723a8d3896f53de60aff Mon Sep 17 00:00:00 2001 From: Marcin Niestroj Date: Mon, 24 Jun 2019 08:00:09 +0200 Subject: [PATCH] doc: shell: document Ctrl+N and Ctrl+P meta-keys Document bash and emacs-like way of navigating history in shell. Signed-off-by: Marcin Niestroj --- doc/reference/shell/index.rst | 4 ++++ 1 file changed, 4 insertions(+) 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`