|
Scrolling and Windows
|
| C-v |
Scroll down (toward end of buffer) |
| M-v |
Scroll up (toward beginning of buffer) |
| C-M-v |
Scroll other window down |
| C-x 1 |
One window on current buffer |
| C-x 2 |
Split window vertically |
| C-x 3 |
Split window horizontally |
| C-x ^ |
Grow window vertically; prefix is number of
lines |
|
Command-related Stuff
|
| ESC ESC ESC |
Get me out of where I am now |
| C-u # |
Prefix numeric arg # (digits with optional
"-" sign) to next cmd |
| C-g |
Stop a command in progress, or quit out of a
partially entered command |
|
Getting help
|
| C-h k |
Show command documentation; prompts for
keystrokes |
| C-h a |
"Command apropos"; prompts for regexp and
shows all matching commands |
| C-h c |
Show command name on message line; prompts
for keystrokes |
| C-h f |
Describe function; prompts for command or
function name, shows documentation in other
window |
| C-h i |
Info browser; gives access to online
documentation for emacs and more |