Editor Functions#
The text input line where you type responses to prompts. It supports cursor movement, word editing, tab-completion, and command history.
Function |
Default Keys |
Description |
|---|---|---|
|
<Backspace>, <Delete> |
Delete the char in front of the cursor |
|
<Left>, Ctrl-B |
Move the cursor one character to the left |
|
Alt-b |
Move the cursor to the beginning of the word |
|
<Home>, Ctrl-A |
Jump to the beginning of the line |
|
Alt-c |
Capitalize the word |
|
Ctrl-T |
Complete address with query |
|
<Tab> |
Complete filename or alias |
|
<Delete>, Ctrl-D |
Delete the char under the cursor |
|
Alt-l |
Convert the word to lower case |
|
<End>, Ctrl-E |
Jump to the end of the line |
|
<Right>, Ctrl-F |
Move the cursor one character to the right |
|
Alt-f |
Move the cursor to the end of the word |
|
Alt-? |
Help screen |
|
<Down>, Ctrl-N |
Scroll down through the history list |
|
Ctrl-R |
Search through the history list |
|
<Up>, Ctrl-P |
Scroll up through the history list |
|
Ctrl-K |
Delete chars from cursor to end of line |
|
Alt-d |
Delete chars from the cursor to the end of the word |
|
Ctrl-U |
Delete chars from cursor to beginning of the line |
|
Delete all chars on the line |
|
|
Ctrl-W |
Delete the word in front of the cursor |
|
<Space> |
Cycle among incoming mailboxes |
|
Ctrl-V |
Quote the next typed key |
|
Ctrl-L |
Clear and redraw the screen |
|
Transpose character under cursor with previous |
|
|
Alt-u |
Convert the word to upper case |