help

Displays the vShell keyboard shortcuts.

Syntax

help

Modes

vShell prompt (vsh)

Usage Guidelines

To log into vShell and display the vShell keyboard shortcuts, enter the user@ubuntu:~$ vsh help command.

Examples

The following example displays the keyboard shortcuts.

(vsh) help
  ?  - for help
 Tab - auto fill
 ^P  - previous command
 ^N  - next command
 ^D  - end of the session
 ^A  - move cursor to the beginning
 ^E  - move cursor to the end
 ^W  - delete a word
 ^U  - delete from the beginning
 ^K  - delete to the end

The following example shows how to log in to vShell and immediately display the keyboard shortcuts.

user@ubuntu:~$ vsh help
  ?  - for help
 Tab - auto fill
 ^P  - previous command
 ^N  - next command
 ^D  - end of the session
 ^A  - move cursor to the beginning
 ^E  - move cursor to the end
 ^W  - delete a word
 ^U  - delete from the beginning
 ^K  - delete to the end