1 <ctrl-@> Set Mark at current position.
2 <ctrl-A> Move cursor to beginning of line.
3 <ctrl-B> Move cursor BACK one character.
4 <ctrl-C> Push to a new interactive command shell.
5 <ctrl-D> DELETE current current character.
6 <ctrl-E> Move cursor to END of line.
7 <ctrl-F> Move cursor FORWARD one character.
8 <ctrl-G> Abort any command. (shades of Teco).
9 <ctrl-H> (backspace) delete previous character.
10 <ctrl-K> KILL (delete) to end of line.
11 <ctrl-L> Redisplay screen.
12 <ctrl-N> Move cursor to NEXT line.
13 <ctrl-O> OPEN a new line.
14 <ctrl-P> Move to PREVIOUS line.
15 <ctrl-Q> QUOTE the next character (insert the next character typed).
16 <ctrl-R> REVERSE Search.
17 <ctrl-S> Forward SEARCH.
18 <ctrl-T> TRANSPOSE characters.
19 <ctrl-U> Enter repete count for next command.
20 <ctrl-V> VIEW the next screen (scroll up one screen).
21 <ctrl-W> Kill region (all text between cursor and last mark set).
22 <ctrl-Y> YANK (undelete) last text killed (deleted).
23 <ctrl-Z> Save file in current buffer and exit.
25 <ctrl-X>( Begin keyboard Macro.
26 <ctrl-X>) End keyboard Macro.
27 <ctrl-X>1 Display only current window.
28 <ctrl-X>2 Split the current window.
29 <ctrl-X>B Prompt for new BUFFER.
30 <ctrl-X>E EXECUTE keyborad Macro.
31 <ctrl-X>K KILL a buffer.
32 <ctrl-X>N Move to NEXT window.
33 <ctrl-X>P Move to PREVIOUS window.
34 <ctrl-X>Z Enlarge current window by repete count <ctrl-U> lines.
36 <ctrl-X><ctrl-B> Show active BUFFERS.
37 <ctrl-X><ctrl-C> Exit without saveing buffers.
38 <ctrl-X><ctrl-F> FIND file. ?non-working?
39 <ctrl-X><ctrl-N> Scroll current window up by repete count lines.
40 <ctrl-X><ctrl-P> Scroll current window up by repete count lines.
41 <ctrl-X><ctrl-R> READ file into current buffer.
42 <ctrl-X><ctrl-S> SAVE (write) current buffer into its file.
43 <ctrl-X><ctrl-V> VISIT a file. Read file and display in current window.
44 <ctrl-X><ctrl-W> WRITE buffer to file.
45 <ctrl-X><ctrl-Z> Reduce current window by repete count lines.
47 <del> delete previous character.
49 <esc>! Move current line to repete count lines from top of window.
50 <esc>> Move cursor to end of buffer.
51 <esc>< Move cursor to beginning of buffer.
52 <esc>B Move cursor BACK one word.
53 <esc>C CAPITALIZE (Capitalize) word.
54 <esc>D DELETE next word.
55 <esc><del> DELETE previous word.
56 <esc>F Move cursor FORWARD one word.
57 <esc>L LOWERCASE (lowercase) next word.
58 <esc>U UPPERCASE (UPPERCASE) next word.
59 <esc>V VIEW the previous screen (scroll down one screen).