Variable: mode-specific-map

mode-specific-map is a variable defined in bindings.el.gz.

Value

Large value
M-g      magit-file-dispatch
RET %    ebrowse-tags-query-replace
RET +    ebrowse-forward-in-position-stack
RET ,    ebrowse-tags-loop-continue
RET -    ebrowse-back-in-position-stack
RET .    ebrowse-tags-find-definition
RET 4 .  ebrowse-tags-find-definition-other-window
RET 4 F  ebrowse-tags-view-definition-other-window
RET 4 V  ebrowse-tags-view-declaration-other-window
RET 4 f  ebrowse-tags-find-definition-other-window
RET 4 v  ebrowse-tags-find-declaration-other-window
RET 5 .  ebrowse-tags-find-definition-other-frame
RET 5 F  ebrowse-tags-view-definition-other-frame
RET 5 V  ebrowse-tags-view-declaration-other-frame
RET 5 f  ebrowse-tags-find-definition-other-frame
RET 5 v  ebrowse-tags-find-declaration-other-frame
RET F    ebrowse-tags-find-declaration
RET SPC  ebrowse-electric-buffer-list
RET TAB  ebrowse-tags-complete-symbol
RET V    ebrowse-tags-view-declaration
RET a    ebrowse-tags-apropos
RET b    ebrowse-pop-to-browser-buffer
RET f    ebrowse-tags-find-definition
RET l    ebrowse-tags-list-members-in-file
RET m    ebrowse-tags-display-member-buffer
RET n    ebrowse-tags-next-file
RET p    ebrowse-electric-position-menu
RET s    ebrowse-tags-search
RET u    ebrowse-tags-search-member-use
RET v    ebrowse-tags-view-definition

Documentation

Keymap for characters following C-c.

Source Code

;; Defined in /usr/src/emacs/lisp/bindings.el.gz
(defvar mode-specific-map (symbol-function 'mode-specific-command-prefix)
  "Keymap for characters following C-c.")