| Basic Survival Commands |
| % emacs |
Invoke from command shell |
| C-x C-c |
Exit |
| C-g |
Clear command state |
| C-u or C-_ |
Undo |
| C-h C-h |
Help on help |
| C-h a command |
Help apropos |
|
| Emacs Notation and Lingo
|
| C-char |
Control-char |
M-char
Meta-char |
If Alt key is present,
hold down Alt while typing char.
If no Alt key,
type ESC key and then char. |
| ESC |
Escape key. Generally, any one of Esc,
F11, or C-[ . |
| Kill |
Remove from currently active buffer and append to paste buffer.
Equivalent to "Cut" in other editors. |
| sentence |
In a text buffer: anything that ends with a period.
In a program buffer: anything enclosed in () or {} or []. |
| window |
an on-screen view of a buffer. |
| buffer |
an in-memory version of a file,
or the terminal window for a utility. |
|