source: buchla-68k/orig/doc/Utilities/EMACS.TXT@ ed84ece

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

Imported original source code.

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