home *** CD-ROM | disk | FTP | other *** search
- Notes:
- C-X means control-X. C-X1 means control-X followed by 1.
- M-X means meta-x or escape X.
- n means argument prefix (set by C-U).
- dot is current cursor position.
-
- ME COMMAND SUMMARY
- C-@ Set mark at current position (dot).
- C-A Move cursor to beginning of line.
- C-B Move cursor back one character.
- C-C Exit without saving buffers (same as C-XC-C).
- C-D Delete current character. If n then save to kill buffer.
- C-E Move cursor to end of line.
- C-F Move cursor forward one character.
- C-G Abort any command. (shades of Teco).
- C-H (backspace) Delete previous character.
- If n, save to kill buffer.
- C-I Tab.
- C-J Newline and match indent of previous line.
- C-K Kill (delete) to end of line.
- If n = 0: kill from begining of line to dot.
- If n > 0: kill forward over n newlines.
- If n < 0: kill backword over n newlines.
- C-L Redisplay screen. If n, center cursor.
- C-M Carriage return.
- C-N Move cursor to next line.
- C-O Open a new line.
- C-P Move to previous line.
- C-Q Quote the next character (insert the next character typed).
- C-R Reverse search.
- C-S Forward search.
- C-T Transpose characters.
- C-U Enter repeat count for next command (set n).
- C-V View the next screen (scroll up one screen).
- C-W Kill region (all text between cursor and last mark set).
- C-Y Yank (undelete) last text killed (deleted).
- C-_ Push to a new interactive command shell.
- C-^ Quote the next character (same as C-Q).
- C-\ Forward search (same as C-S).
-
- C-X! Fork a command.
- C-X( Begin keyboard macro.
- C-X) End keyboard macro.
- C-X1 Display only current window.
- C-X2 Split the current window.
- C-XB Prompt for new buffer. If given n, buffer must exist.
- C-XE Execute keyboard macro.
- C-XK Kill a buffer.
- C-XN Move to next window.
- C-XP Move to previous window.
- C-XZ Enlarge current window by n lines.
-
- C-XC-C Exit without saving buffers.
- C-XC-F Visit file.
- C-XC-G Abort.
- C-XC-I Insert file at dot.
- C-XC-L Lower case region.
- C-XC-N Scroll current window up by n lines.
- C-XC-O Use existing buffer. Same as C-UC-XB
- C-XC-P Scroll current window down by n lines.
- C-XC-R Read file into current buffer. Defaults to current file name.
- C-XC-S Save (write) current buffer to its file.
- Only writes if changed.
- C-XC-U Uppercase region.
- C-XC-V Visit a file. Read file and display in current window.
- C-XC-W Write buffer to file. Defaults to current file name.
- Always writes.
- C-XC-X Swap dot and mark.
- C-XC-Z Reduce current window by n lines.
-
- <del> delete previous character.
-
- M-! Move current line to n lines from top of window.
- if n = 0 center cursor.
- M-SPACE Set mark.
- M-< Move cursor to beginning of buffer.
- M-> Move cursor to end of buffer.
- M-? List all commands that have keyword in them.
- M-B Move cursor back one word.
- M-C Capitalize word.
- M-D Delete next word.
- M-DEL Delete previous word.
- M-F Move cursor forward one word.
- M-G Move cusor to line specified by n.
- M-C-G Abort.
- M-L Lowercase next word.
- M-Q Query replace. Mark is set to begining of search.
- M-U Uppercase next word.
- M-V View the previous screen (scroll down one screen).
- M-W Copy region to kill buffer.
- M-X Execute meta command (such as goto-line). Command
- completation when SPACE typed.
-