Go to the first, previous, next, last section, table of contents.


Standard Keymaps

The following symbols are used as the names for various keymaps. Some of these exist when Emacs is first started, others are loaded only when their respective mode is used. This is not an exhaustive list.

Almost all of these maps are used as local maps. Indeed, of the modes that presently exist, only Vip mode and Terminal mode ever change the global keymap.

Buffer-menu-mode-map
A full keymap used by Buffer Menu mode.
c-mode-map
A sparse keymap used by C mode.
command-history-map
A full keymap used by Command History mode.
ctl-x-4-map
A sparse keymap for subcommands of the prefix C-x 4.
ctl-x-5-map
A sparse keymap for subcommands of the prefix C-x 5.
ctl-x-map
A full keymap for C-x commands.
debugger-mode-map
A full keymap used by Debugger mode.
dired-mode-map
A full keymap for dired-mode buffers.
edit-abbrevs-map
A sparse keymap used in edit-abbrevs.
edit-tab-stops-map
A sparse keymap used in edit-tab-stops.
electric-buffer-menu-mode-map
A full keymap used by Electric Buffer Menu mode.
electric-history-map
A full keymap used by Electric Command History mode.
emacs-lisp-mode-map
A sparse keymap used by Emacs Lisp mode.
facemenu-menu
The keymap that displays the Text Properties menu.
facemenu-background-menu
The keymap that displays the Background Color submenu of the Text Properties menu.
facemenu-face-menu
The keymap that displays the Face submenu of the Text Properties menu.
facemenu-foreground-menu
The keymap that displays the Foreground Color submenu of the Text Properties menu.
facemenu-indentation-menu
The keymap that displays the Indentation submenu of the Text Properties menu.
facemenu-justification-menu
The keymap that displays the Justification submenu of the Text Properties menu.
facemenu-special-menu
The keymap that displays the Special Props submenu of the Text Properties menu.
function-key-map
The keymap for translating keypad and function keys.
If there are none, then it contains an empty sparse keymap. See section Translating Input Events.
fundamental-mode-map
The local keymap for Fundamental mode.
It is empty and should not be changed.
Helper-help-map
A full keymap used by the help utility package.
It has the same keymap in its value cell and in its function cell.
Info-edit-map
A sparse keymap used by the e command of Info.
Info-mode-map
A sparse keymap containing Info commands.
isearch-mode-map
A keymap that defines the characters you can type within incremental search.
key-translation-map
A keymap for translating keys. This one overrides ordinary key bindings, unlike function-key-map. See section Translating Input Events.
lisp-interaction-mode-map
A sparse keymap used by Lisp mode.
lisp-mode-map
A sparse keymap used by Lisp mode.
menu-bar-edit-menu
The keymap which displays the Edit menu in the menu bar.
menu-bar-files-menu
The keymap which displays the Files menu in the menu bar.
menu-bar-help-menu
The keymap which displays the Help menu in the menu bar.
menu-bar-mule-menu
The keymap which displays the Mule menu in the menu bar.
menu-bar-search-menu
The keymap which displays the Search menu in the menu bar.
menu-bar-tools-menu
The keymap which displays the Tools menu in the menu bar.
mode-specific-map
The keymap for characters following C-c. Note, this is in the global map. This map is not actually mode specific: its name was chosen to be informative for the user in C-h b (display-bindings), where it describes the main use of the C-c prefix key.
occur-mode-map
A local keymap used by Occur mode.
query-replace-map
A local keymap used for responses in query-replace and related commands; also for y-or-n-p and map-y-or-n-p. The functions that use this map do not support prefix keys; they look up one event at a time.
text-mode-map
A sparse keymap used by Text mode.
view-mode-map
A full keymap used by View mode.


Go to the first, previous, next, last section, table of contents.