MPE/iX Shell and Utilities Reference Manual, Vol 2

shedit(3) MPE/iX Shell and Utilities shedit(3)
nCTRL-D Delete n characters to the right of the cursor. If the current line is empty, then
terminate the shell.
nMETA-CTRL-H
nMETA-h Delete to the nth beginning of word before the cursor.
n
META-d Delete to the nth beginning of word after the cursor.
nCTRL-K Delete from the cursor to the end of line. If n is zero, then delete from the be-
ginning of line to the cursor.
kill (line kill character)
CTRL-G Delete entire current line.
CTRL-W Delete from cursor position to the mark (set with META-
space or CTRL-@).
CTRL-T In emacs mode, transpose character under cursor with previous character. In
gmacs mode, transpose two characters before cursor.
CTRL-Y Restore the last text deleted in emacs mode.
CTRL-C
CTRL
-ˆ Capitalize character under cursor.
META-c Capitalize word to right of cursor.
META-l Lowercase word to right of cursor.
META-u Uppercase word to right of cursor.
nMETA-.
nMETA-_ Insert the nth word of the previous command. If n is not given or it is zero, in-
sert the last word of the previous command.
META- Replace the current word with the list of files which would match that word
with a * appended.
META-ESC Used to complete a path name. If there is only one existing path name that
matches as much as you’ve typed, the path name is completed and a space is be
added after the complete path name. If there are several matching path names,
the shell expands what you’ve typed by adding all the characters that are com-
mon to all matching path names.
META-= Lists all path names matching the current word.
3-40 Miscellaneous Information