Abstract
A quick reference guide for the emacs text editor.
This publication is available in Web form and also as a PDF document. Please
forward any comments to tcc-doc@nmt.edu.
Table of Contents
To edit a file named
, type
this command at the Unix prompt:f
emacs fTo edit file klarn, for example, and position the cursor initially on the 34th line:
emacs +34 klarn
C- | Control character: hold down the
control key while striking
another character. For example,
C-x is read as
“control-x.” |
M- | Prefix meta: that is, hold down
alt while pressing the other
key. You can, instead, press the escape
key (esc), then release it and
press the other key. For example, there are two
ways to go to the previous page
(M-v): hold down
alt while pressing
v, or press
esc and then press
v. |
| f1 | Function key F1 |