Glossary
CTRL+d
Delete the character at the cursor
CTRL+e Shift cursor to end of command line
CTRL+f Shift cursor one character to the right
CTRL+h Delete the character before the cursor
CTRL+k Delete the word after the cursor
CTRL+l
Clear the screen but keep the whole line
CTRL+n
Show the next command in the history list
CTRL+p Show the previous command
CTRL+u
Delete the line before the cursor
CTRL+w Delete the word before the cursor
Advanced features
CTRL+t Replace the character under with one before that one.
Esc-t Replace the word under with one before that one.
CTRL+x
CTRL+u
CTRL+_
Undo editing
13.5.8 Adaptation to Different Display Sizes
Printouts from the CLI are automatically adapted to the size of the terminal
display used.
If a screen printout is too long for the display, it is interrupted by the text:
“MORE: Press Enter to continue, Esc or Q to abort”.
If the screen printout is too wide for the display, it is rearranged to suit the
size of the display.