List of Emacs commands
Emacs uses many keyboard commands
The control key [Ctrl] is denoted by a capital C, and the meta or alt [Alt] key by a capital M.
Command |
Keystroke |
Description |
|---|---|---|
|
|
Move forward(right) past one character. |
|
|
Move backward(left) past one character. |
|
|
Move forward(down) past one line. |
|
|
Move backward(up) past one line. |
|
|
Move forward(right) past one word. |
|
|
Move backward(left) past one word. |
|
|
Search for a word in the buffer. |
|
|
Undo last change, and prior changes if pressed repeatedly. |
|
|
Abort the current command. |
|
|
Wrap text in ("fill") a paragraph. |
|
|
Visit(open) a file (you specify the name) in its own editor buffer. |
|
|
Save the current editor buffer in its visited file. |
|
|
Save the current editor buffer as a file with the name you specify. |
|
|
Offer to save changes, then exit Emacs. |
|
|
Set a marker from where you want to cut or copy. |
|
|
Cut all text between the marker and the cursor. |
|
|
Copy all text between the marker and the cursor. |
|
|
Paste text from the emacs clipboard |
|
|
Kill the current buffer |
|
|
Suspend the program |