Emacs is a text editor with many features that make it convenient for writing computer programs, and, more specifically, Java programs. Incidentally, emacs is also helpful in creating HTML documents.
Emacs features many useful keyboard shortcuts, some of the most common of which are presented in the following table. The first two, ctrl-g and ctrl-_, are especially good to know.
command | meaning | comment |
---|---|---|
ctrl-g | extremely handy -- use this when you're in the middle of something you don't understand | |
ctrl-_ | also very handy | |
ctrl-k | ||
ctrl-y | ||
ctrl-a | ||
ctrl-e | ||
ctrl-h t | if you have a free hour or two and you're interested in learning emacs, take this tutorial |
This page was last modified .