995
|
1 MicroEMACS control sequences for 6809 OS9 version
|
|
2 For Os9/68000 consult the source code.
|
|
3
|
|
4 Note: For the Color Computer /TERM version, the <esc> key is <clear> and
|
|
5 <break> keys together. <ctrl> is the <clear> key. del is the <<->
|
|
6 key.
|
|
7
|
|
8 The window commands have been deleted. Therefore, there is only
|
|
9 one window.
|
|
10
|
|
11 <ctrl-@> Set Mark at current position.
|
|
12 <ctrl-A> Move cursor to beginning of line.
|
|
13 <ctrl-B> Move cursor BACK one character.
|
|
14 <ctrl-C> Push to a new interactive command shell.
|
|
15 <ctrl-D> DELETE current current character.
|
|
16 <ctrl-E> Move cursor to END of line.
|
|
17 <ctrl-F> Move cursor FORWARD one character.
|
|
18 <ctrl-G> Abort any command. (shades of Teco).
|
|
19 <ctrl-H> (backspace) delete previous character.
|
|
20 <ctrl-K> KILL (delete) to end of line.
|
|
21 <ctrl-L> Redisplay screen.
|
|
22 <ctrl-N> Move cursor to NEXT line.
|
|
23 <ctrl-O> OPEN a new line.
|
|
24 <ctrl-P> Move to PREVIOUS line.
|
|
25 <ctrl-Q> QUOTE the next character (insert the next character typed).
|
|
26 <ctrl-R> REVERSE Search.
|
|
27 <ctrl-S> Forward SEARCH.
|
|
28 <ctrl-T> TRANSPOSE characters.
|
|
29 <ctrl-U> Enter repeat count for next command.
|
|
30 <ctrl-V> VIEW the next screen (scroll up one screen).
|
|
31 <ctrl-W> Kill region (all text between cursor and last mark set).
|
|
32 <ctrl-Y> YANK (undelete) last text killed (deleted).
|
|
33 <ctrl-Z> Save file in current buffer and exit.
|
|
34
|
|
35 <ctrl-X>= Show buffer statistics:
|
|
36 X=cc Y=ll CH=$$ .=loc (nn% of total chars)
|
|
37 <ctrl-X>( Begin keyboard Macro.
|
|
38 <ctrl-X>) End keyboard Macro.
|
|
39 <ctrl-X>E EXECUTE keyboard macro.
|
|
40
|
|
41 <ctrl-X><ctrl-C> Exit without saving buffers.
|
|
42 <ctrl-X><ctrl-N> Scroll current window up by repeat count lines.
|
|
43 <ctrl-X><ctrl-P> Scroll current window down by repeat count lines.
|
|
44
|
|
45 <ctrl-X><ctrl-R> READ file into current buffer.
|
|
46 <ctrl-X><ctrl-S> SAVE (write) current buffer into its file.
|
|
47 <ctrl-X><ctrl-W> WRITE buffer to file.
|
|
48
|
|
49 <ctrl-X><ctrl-U> UPPERCASE region between cursor and mark.
|
|
50 <ctrl-X><ctrl-L> LOWERCASE region between cursor and mark.
|
|
51
|
|
52 <ctrl-X><ctrl-X> Swap cursor and mark positions.
|
|
53
|
|
54 <del> delete previous character.
|
|
55
|
|
56 <esc>. Set Mark at current position.
|
|
57 <esc>! Move current line to repeat count lines from top of window.
|
|
58 <esc>> Move cursor to end of buffer.
|
|
59 <esc>< Move cursor to beginning of buffer.
|
|
60 <esc>B Move cursor BACK one word.
|
|
61 <esc>C CAPITALIZE (Capitalize) word.
|
|
62 <esc>D DELETE next word.
|
|
63 <esc><del> DELETE previous word.
|
|
64 <esc>F Move cursor FORWARD one word.
|
|
65 <esc>L LOWERCASE (lowercase) next word.
|
|
66 <esc>U UPPERCASE (UPPERCASE) next word.
|
|
67 <esc>V VIEW the previous screen (scroll down one screen).
|
|
68
|