Variable: ebrowse-global-submap-5

ebrowse-global-submap-5 is a variable defined in ebrowse.el.gz.

Value

.  ebrowse-tags-find-definition-other-frame
F  ebrowse-tags-view-definition-other-frame
V  ebrowse-tags-view-declaration-other-frame
f  ebrowse-tags-find-definition-other-frame
v  ebrowse-tags-find-declaration-other-frame

Documentation

Keymap used for ebrowse-global-prefix followed by 5.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
(defvar-keymap ebrowse-global-submap-5
  :doc "Keymap used for `ebrowse-global-prefix' followed by `5'."
  "." #'ebrowse-tags-find-definition-other-frame
  "f" #'ebrowse-tags-find-definition-other-frame
  "v" #'ebrowse-tags-find-declaration-other-frame
  "F" #'ebrowse-tags-view-definition-other-frame
  "V" #'ebrowse-tags-view-declaration-other-frame)