source: buchla-68k/orig/DOC/MEDOC.TXT

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 3.1 KB
Line 
1 MT Microemacs V1.0 -- Commands
2
3 C-@ set mark
4 C-A move to start of line
5 C-B move backward character
6 C-C run CLI in a subjob
7 C-D delete forward character
8 C-E move to end of line
9 C-F move forward character
10 C-G abort command
11 C-H delete backward character
12 C-I insert tab
13 C-J insert CR-LF, then indent
14 C-K kill forward
15 C-L refresh the screen
16 C-M insert CR-LF
17 C-N move forward line
18 C-O open up a blank line
19 C-P move backward line
20 C-Q insert literal character
21 C-R i-search backwards
22 C-S i-search forward
23 C-T swap characters around point
24 C-U universal argument
25 C-V move forward page
26 C-W kill region
27 C-X control-X prefix - see below
28 C-Y yank back from killbuffer
29 C-Z quick save and exit
30 esc meta prefix - see below
31 del delete backward character
32
33 M-C-H delete backward word
34 M-! reposition window
35 M-% query / replace
36 M-. set mark
37 M-< move to start of buffer
38 M-> move to end of buffer
39 M-B move backward word
40 M-C initial capitalize word
41 M-D delete forward word
42 M-F move forward word
43 M-L lower case word
44 M-R reverse search
45 M-S search forward
46 M-U upper case word
47 M-V move backward page
48 M-W copy region to kill buffer
49 M-del delete backward word
50
51
52 MT Microemacs V1.0 -- Commands -- (Continued)
53
54 C-X C-B display list of buffers
55 C-X C-C quit without saving
56 C-X C-F adjust file name
57 C-X C-L lower case region
58 C-X C-N move window down
59 C-X C-O delete blank lines
60 C-X C-P move window up
61 C-X C-R get a file, read only
62 C-X C-S save current file
63 C-X C-U upper case region
64 C-X C-V get a file, read write
65 C-X C-W write a file
66 C-X C-X swap point and mark
67 C-X C-Z shrink window
68
69 C-X ! run a command in a subjob
70 C-X ( begin macro
71 C-X ) end macro
72 C-X 1 make current window only one
73 C-X 2 split current window
74 C-X = show the cursor position
75 C-X B switch a window to a buffer
76 C-X E execute macro
77 C-X F set fill column
78 C-X G go to line
79 C-X K make a buffer go away
80 C-X N move to the next window
81 C-X P move to the previous window
82 C-X Z enlarge display window
83
Note: See TracBrowser for help on using the repository browser.