macroname
|
(none) |
Execute a keyboard macro you've saved. |
abbrev-mode |
(none) |
Enter (or exit) word abbreviation mode. |
advertised-undo |
C-x u |
Undo last edit (can be done repeatedly). |
apropos |
(none) |
What functions and variables involve this concept? |
back-to-indentation |
M-m |
Move cursor to first non-blank character on line. |
backward-char |
C-b |
Move backward one character (left). |
backward-delete-char |
DEL |
Delete previous character. |
backward-kill-paragraph |
(none) |
Delete previous paragraph. |
backward-kill-sentence |
C-x DEL |
Delete previous sentence. |
backward-kill-word |
C-c C-w |
Erase previous word. |
backward-kill-word |
M-DEL |
Delete previous word. |
backward-page |
C-x [ |
Move backward one page. |
backward-paragraph |
M-[ |
Move backward one paragraph. |
backward-sentence |
M-a |
Move backward one sentence. |
backward-word |
M-b |
Move backward one word. |
beginning-of-buffer |
M-< |
Move to beginning of file. |
beginning-of-line |
C-a |
Move to beginning of line. |
call-last-kbd-macro |
C-x e |
Execute last macro defined. |
capitalize-region |
(none) |
Capitalize region. |
capitalize-word |
M-c |
Capitalize first letter of word. |
center-line |
M-s |
Center line that cursor is on. |
center-paragraph |
(none) |
Center paragraph that cursor is on. |
center-region |
(none) |
Center currently defined region. |
command-apropos |
C-h a |
What commands involve this concept? |
compare-windows |
(none) |
Compare two buffers; show first difference. |
delete-char |
C-d |
Delete character under cursor. |
delete-indentation |
M-^ |
Join this line to previous one. |
delete-other-windows |
C-x 1 |
Delete all windows but this one. |
delete-window |
C-x 0 |
Delete current window. |
delete-windows-on |
(none) |
Delete all windows on a given buffer. |
describe-bindings |
C-h b |
What are all the key bindings for in this buffer? |
describe-copying |
C-h C-c |
View the emacs General Public License. |
describe-distribution |
C-h C-d |
View information on ordering emacs from FSF. |
describe-function |
C-h f |
What does this function do? |
describe-key |
C-h k |
What command does this keystroke sequence run, and what does it do? |
describe-key-briefly |
C-h c |
What command does this keystroke sequence run? |
describe-mode |
C-h m |
Tell me about the mode the current buffer is in. |
describe-no-warranty |
C-h C-w |
View the (non-)warranty for emacs. |
describe-syntax |
C-h s |
What is the syntax table for this buffer? |
describe-variable |
C-h v |
What does this variable mean, and what is its value? |
digit-argument and
call-last-kbd-macro |
M-
n
C-x e |
Execute the last defined macro,
n
times. |
digit-argument |
M-
n
|
Repeat next command,
n
times. |
downcase-region |
C-x C-l |
Lowercase region. |
downcase-word |
M-l |
Lowercase word. |
edit-abbrevs |
(none) |
Edit word abbreviations. |
end-kbd-macro |
C-x ) |
End macro definition. |
end-of-buffer |
M-> |
Move to end of file. |
end-of-line |
C-e |
Move to end of line. |
enlarge-window |
C-x ^ |
Make window taller. |
enlarge-window-horizontally |
C-x } |
Make window wider. |
exchange-point-and-mark |
C-x C-x |
Exchange location of cursor and mark. |
exit-recursive-edit |
M-C-c |
Exit a recursive edit. |
fill-individual-paragraphs |
(none) |
Reformat indented paragraphs, keeping indentation. |
fill-paragraph |
M-q |
Reformat paragraph. |
fill-region |
M- |
Reformat individual paragraphs within a region. |
find-alternate-file |
C-x C-v |
Read an alternate file, replacing the one read with C-x C-f. |
find-file |
C-x C-f |
Find file and read it. |
find-file-other-window |
C-x 4 f |
Find a file in the other window. |
forward-char |
C-f |
Move forward one character (right). |
forward-page |
C-x ] |
Move forward one page. |
forward-paragraph |
M-] |
Move forward one paragraph. |
forward-sentence |
M-e |
Move forward one sentence. |
forward-word |
M-f |
Move forward one word. |
goto-char |
(none) |
Go to character
n
of file. |
goto-line |
(none) |
Go to line
n
of file. |
help-command |
C-h |
Enter the online help system. |
help-with-tutorial |
C-h t |
Run the emacs tutorial. |
indent-region |
M-C-\ |
Indent a region to match first line in region. |
indented-text-mode |
(none) |
Major mode: each
tab defines a new indent for subsequent lines. |
info |
C-h i |
Start the info documentation reader. |
insert-file |
C-x i |
Insert file at cursor position. |
insert-last-keyboard-macro |
(none) |
Insert the macro you named into a file. |
interrupt-shell-subjob |
C-c C-c |
Terminate the current job. |
inverse-add-lobal-abbrev |
C-x - |
Type global abbreviation, then definition. |
inverse-add-local-abbrev |
C-x C-h |
Type local abbreviation, then definition. |
isearch-backward |
C-r |
Start incremental search backward. |
isearch-backward-regexp |
C-r |
Same, but search for regular expression. |