------------------------------------------------------------------------------- Common Editing Keys in Ascii Text Widget ^A Move to the beginning of the current line. ^B Move backward one character. ^D Delete the next character. ^E Move to the end of the current line. ^F Move forward one character. ^H, Backspace, or Delete the previous character. Delete ^J, LineFeed, or New paragraph. ^M, Return ^K Kill the rest of this line. ^L Redraw this window. ^N Move down to the next line. ^O Divide this line into two lines, at this point. ^P Move up to the previous line. ^V Move down to the next screenful of text. ^W Kill the selected text. The text remains selected for insert. ^Y Insert the last KILLED text. ^Z Scroll the text one line up. (Meta/Alt) < Move to the beginning of the file. (Meta/Alt) > Move to the end of the file. (Meta/Alt) [ Move backward one paragraph. (Meta/Alt) ] Move forward one paragraph. (Meta/Alt) B Move backward one word. (Meta/Alt) D Kill the next word. (Meta/Alt) F Move forward one word. (Meta/Alt) H, or Kill the previous word. (Meta/Alt) Delete (Meta/Alt) L Insert a file. If any text is selected, use the selected text as the filename. Otherwise, a dialog box will appear in which you can type the desired filename. (Meta/Alt) V Move up to the previous screenful of text. (Meta/Alt) Y Insert the last selected text here. Note that this can be selected in some other text subwindow. Also, if you select some text in an xterm window, it may be inserted in an xmh window with this command. (Meta/Alt) Z Scroll the text one line down. NOTE: in the aXe editor uses tha above but expands this greatly ------------------------------------------------------------------------------