Ctrl-f or Ctrl-d | Find/Open/Load File or Folder. |
Ctrl-x Ctrl-s | Save Currently Edited File. |
Ctrl-x s | Save Some Files (Yes or No Per File). |
Ctrl-x k | Kill the Current File (Asks to confirm if
the current file hasn’t been saved). |
Insert | Electric Buffers Menu (Note: Buffer ≈
File). (Once you get used to it, you will wonder how you ever got by without it!) The f12 key also does the same thing. One common
usage of the Electric Buffers Menu is to toggle between the
current and the next-to-current file using the key sequence
Insert Insert . Note that the Buffers Menu at the top of
the screen does a similar thing. |
Ctrl-s | Incremental Search Forward. |
Ctrl-r | Incremental Reverse Search. |
Alt-% actually Alt-Shift-5 | Search and Replace. |
Alt-/ | Automatically Complete Abbreviation. (Once you get used to it, you will wonder how you ever got by without it!) |
Esc Esc Esc or Ctrl-g | Abort Current Command and Widen Narrowed Buffer. |
Ctrl-x Ctrl-q | Quit Emacs (More simply just press the close button on the top right hand corner of the screen). |
f1 | Online Help. |
f2 | Save All Buffers That You Are Currently Editing (No Questions Asked). |
f3 | Save and Delete Non-Essential Buffers (No Questions Asked). This is
useful when you are editing a whole bunch of files and you wish to purge them all to disk. |
f4 | Widen (the opposite of Ctrl-2 and Ctrl-3 ). |
f5 | Automatically Indent Whole Buffer (see tutorial 2). |
f6 | Opens a file using the Windows open file dialog box.
This is the same as the key sequence Ctrl-o . |
f7 | Toggles the current file’s read-only status.
Note that files in the output folder are set to be read-only
by default. This device is intended to protect the user from
editing files that they shouldn’t be editing. If you really want
to edit a file that you shouldn’t simply press this key and it
opens up the possibility of editing that file. |
f8 | Undo / Redo. |
f9 | Compile Using the Last Compile Command. |
Ctrl-f9 or Alt-f9 or Shift-f9 | Compile and Edit the Command Line. |
f11 | Auto Complete File Name. (Once you get used to it, you will wonder how you ever got by without it!) |
f12 | Electric Buffers Menu. (Once you get used to it, you will wonder how you ever got by without it!) The Insert key also does the same thing.
One common usage of the Electric Buffers Menu is to toggle between the current
and the next-to-current file using the key sequence f12 f12 . |
Ctrl-k | Kill Line and Append to Last Kill. |
Ctrl-y | Yank Last Kill. |
Alt-y , immediately following Ctrl-y | Searched Killed Text. Each time you press this key it goes back one step through the "kill ring". |
Ctrl-Backspace or Alt-Backspace | Backward Delete Word. (Once you get used to it, you will wonder how you ever got by without it!) |
Ctrl-Delete or Alt-Delete | Forward Delete Word. (Once you get used to it, you will wonder how you ever got by without it!) |