
Command editing
37
IPLink Software Configuration Guide
3 • Command line interface (CLI)
<Esc>-<f>
Move cursor forward one word.
<Esc>-<b>
Move cursor backward one word.
<Ctrl>-<a>
Move cursor to beginning of line.
<Ctrl>-<e>
Move cursor to end of line.
<Ctrl>-<k>
Delete to end of line.
<Ctrl>-<u>
Delete to beginning of line.
<Ctrl>-<d>
Delete character.
<Esc>-<d>
Delete word.
<Ctrl>-<c>
Quit editing the current line.
<Ctrl>-<l>
Refresh (redraw) the display.
<Ctrl>-<t>
Transpose characters.
<Ctrl>-<v>
Insert a code to indicate to the system that the keystroke immediately fol-
lowing should be treated as normal text, not a CLI command.
For example, pressing the question mark
<?>
character in the CLI prints a
list of possible tokens. If you want to use the
?
in a configuration com-
mand, e.g. to enter a regular expression, press
Ctrl-v
immediately fol-
lowed by the question mark <
?
>.
Table 4. Command edit shortcuts (Continued)
Keyboard
Description