jimb@tekcbi.UUCP (Jim Boland) (03/19/86)
MICROEMACS COMMAND SUMMARY <ctrl-@> Set Mark at current position. <ctrl-A> Move cursor to beginning of line. <ctrl-B> Move cursor BACK one character. <ctrl-C> Push to a new interactive command shell. <ctrl-D> DELETE current current character. <ctrl-E> Move cursor to END of line. <ctrl-F> Move cursor FORWARD one character. <ctrl-G> Abort any command. (shades of Teco). <ctrl-H> (backspace) delete previous character. <ctrl-K> KILL (delete) to end of line. <ctrl-L> Redisplay screen. <ctrl-N> Move cursor to NEXT line. <ctrl-O> OPEN a new line. <ctrl-P> Move to PREVIOUS line. <ctrl-Q> QUOTE the next character (insert the next character typed). <ctrl-R> REVERSE Search. <ctrl-S> Forward SEARCH. <ctrl-T> TRANSPOSE characters. <ctrl-U> Enter repete count for next command. <ctrl-V> VIEW the next screen (scroll up one screen). <ctrl-W> Kill region (all text between cursor and last mark set). <ctrl-Y> YANK (undelete) last text killed (deleted). <ctrl-Z> Save file in current buffer and exit. <ctrl-X>( Begin keyboard Macro. <ctrl-X>) End keyboard Macro. <ctrl-X>1 Display only current window. <ctrl-X>2 Split the current window. <ctrl-X>B Prompt for new BUFFER. <ctrl-X>E EXECUTE keyborad Macro. <ctrl-X>K KILL a buffer. <ctrl-X>N Move to NEXT window. <ctrl-X>P Move to PREVIOUS window. <ctrl-X>Z Enlarge current window by repete count <ctrl-U> lines. <ctrl-X><ctrl-B> Show active BUFFERS. <ctrl-X><ctrl-C> Exit without saveing buffers. <ctrl-X><ctrl-F> FIND file. ?non-working? <ctrl-X><ctrl-N> Scroll current window up by repete count lines. <ctrl-X><ctrl-P> Scroll current window up by repete count lines. <ctrl-X><ctrl-R> READ file into current buffer. <ctrl-X><ctrl-S> SAVE (write) current buffer into its file. <ctrl-X><ctrl-V> VISIT a file. Read file and display in current window. <ctrl-X><ctrl-W> WRITE buffer to file. <ctrl-X><ctrl-Z> Reduce current window by repete count lines. <del> delete previous character. <esc>! Move current line to repete count lines from top of window. <esc>> Move cursor to end of buffer. <esc>< Move cursor to beginning of buffer. <esc>B Move cursor BACK one word. <esc>C CAPITALIZE (Capitalize) word. <esc>D DELETE next word. <esc><del> DELETE previous word. <esc>F Move cursor FORWARD one word. <esc>L LOWERCASE (lowercase) next word. <esc>U UPPERCASE (UPPERCASE) next word. <esc>V VIEW the previous screen (scroll down one screen). ----------------------------- C-@ set mark C-A move to start of line C-B move backward character C-C run CLI in a subjob C-D delete forward character C-E move to end of line C-F move forward character C-G abort command C-H delete backward character C-I insert tab C-J insert CR-LF, then indent C-K kill forward C-L refresh the screen C-M insert CR-LF C-N move forward line C-O open up a blank line C-P move backward line C-Q insert literal character C-R search backwards C-S search forward C-T swap characters around point C-U universal argument C-V move forward page C-W kill region C-X control-X prefix - see below C-Y yank back from killbuffer C-Z quick save and exit esc meta prefix - see below del delete backward character M-C-H delete backward word M-! reposition window M-. set mark M-< move to start of buffer M-> move to end of buffer M-B move backward word M-C initial capitalize word M-D delete forward word M-F move forward word M-L lower case word M-U upper case word M-V move backward page M-W copy region to kill buffer M-del delete backward word C-X C-B display list of buffers C-X C-C quit without saving C-X C-F adjust file name C-X C-L lower case region C-X C-N move window down C-X C-O delete blank lines C-X C-P move window up C-X C-R get a file, read only C-X C-S save current file C-X C-U upper case region C-X C-V get a file, read write C-X C-W write a file C-X C-X swap point and mark C-X C-Z shrink window C-X ! run a command in a subjob C-X ( begin macro C-X ) end macro C-X 1 make current window only one C-X 2 split current window C-X = show the cursor position C-X B switch a window to a buffer C-X E execute macro C-X F set fill column C-X K make a buffer go away C-X N move to the next window C-X P move to the previous window C-X Z enlarge display window