3.5. Basic Emacs Commands

The Meta key is usually the Alt key.

ShortcutDescription
Meta-x sgml-parse-prolog, EnterParse DTD
Meta-xsgml-save-dtd, EnterSave the Parse DTD
Meta-xsgml-load-dtd, EnterLoad DTD
Ctrl-c, Shift-, TabDisplay list of valid tags
Ctrl-c, Shift-, type beginning of tag, TabComplete the tag
Ctrl-gCancel a command in the minibuffer
Ctrl-c, /Close tag
Ctrl-aMove cursor to beginning of line
Ctrl-eMove cursor to the end of the line
Ctrl-HomeMove cursor to the beginning of the file
Ctrl-EndMove cursor to the end of the file
Ctrl-kCut line
Ctrl-yPaste line
Ctrl-sSearch forward in the file
Ctrl-rSearch backwards in the file
Meta-$Check spelling of current word
Meta-x ispell-word, EnterCheck spelling of current word
Meta-x ispell-buffer, EnterCheck spelling of current buffer
Ctrl-x, Ctrl-fOpen file
Ctrl-x, Ctrl-sSave file
Ctrl-x, Ctrl-cExit Emacs and prompt to save files if necessary
Meta-qFill paragraph
Ctrl-c, Ctrl-aEdit attributes for a tag (for example, you can edit the url attribute of the ulink tag)
Ctrl-c, Ctrl-cExit edit attributes

Table 3.1. Emacs Commands