Skip to content

Commit

Permalink
doc: shell: document Ctrl+N and Ctrl+P meta-keys
Browse files Browse the repository at this point in the history
Document bash and emacs-like way of navigating history in shell.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
  • Loading branch information
mniestroj authored and nashif committed Jun 24, 2019
1 parent 0d6fabe commit a3b363e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/reference/shell/index.rst
Expand Up @@ -365,6 +365,10 @@ The shell module supports the following meta keys:
* - :kbd:`Ctrl + l` * - :kbd:`Ctrl + l`
- Clears the screen and leaves the currently typed command at the top of - Clears the screen and leaves the currently typed command at the top of
the screen. the screen.
* - :kbd:`Ctrl + n`
- Moves in history to next entry.
* - :kbd:`Ctrl + p`
- Moves in history to previous entry.
* - :kbd:`Ctrl + u` * - :kbd:`Ctrl + u`
- Clears the currently typed command. - Clears the currently typed command.
* - :kbd:`Ctrl + w` * - :kbd:`Ctrl + w`
Expand Down

0 comments on commit a3b363e

Please sign in to comment.