Useful Keyboard Shortcuts

Keyboard Shortcut
Function
Example
ctrl+u
To undo a complete line (to provide the same effect as
ctrl+c
which has some other specific interpretation in CLI)
(cli) modify-password system --user foo
Using
ctrl+w
in the preceding example results in:
(cli)
ctrl+w
To undo words
(cli) modify-password system --user foo
Using
ctrl+u
in the preceding example results in:
(cli)modify-password system --user