Command Prompt, Inc.
Basic Emacs Operations

Basic Emacs Operations

Most of the standard key commands work in emacs. It also uses the Control or Meta (Alt) key combined with a letter key (i.e. C-x, Meta-C-s) to enter commands. Many of these commands are also included in the menu. The following is a list of the most useful commands for editing files:

Table 1. Basic Commands

C-h Help
C-h m Information on current mode
C-x-sSave the file
C-x-cSave all buffers and exit emacs
C-x uUndo the last edit
C-gQuit current command operation
C-vMove cursor to next screen
Meta-vMove cursor back to previous screen
C-sSearch for characters after the cursor
C-rSearch for characters back from/prior to the cursor
C-x 1Keep window containing cursor; remove others
C-c-v Validate the document

Powered by Mammoth PostgreSQL
Copyright © 2000-2009 Command Prompt, Inc. All Rights Reserved. All trademarks property of their respective owners.