Variable: gud-minibuffer-local-map

gud-minibuffer-local-map is a variable defined in gud.el.gz.

Value

<XF86Back>     previous-history-element
<XF86Forward>  next-history-element
<down>         next-line-or-history-element
<kp-4>         tpu-search-forward-exit
<kp-5>         tpu-search-backward-exit
<kp-enter>     exit-minibuffer
<next>         next-history-element
<prior>        previous-history-element
<up>           previous-line-or-history-element
C-<tab>        file-cache-minibuffer-complete
C-g            minibuffer-keyboard-quit
C-j            exit-minibuffer
M-<            minibuffer-beginning-of-buffer
M-n            next-history-element
M-p            previous-history-element
M-r            previous-matching-history-element
M-s            next-matching-history-element
RET            exit-minibuffer
TAB            comint-dynamic-complete-filename
TAB            self-insert-command

Documentation

Keymap for minibuffer prompting of gud startup command.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(easy-mmode-defmap gud-minibuffer-local-map
  '(("\C-i" . comint-dynamic-complete-filename))
  "Keymap for minibuffer prompting of gud startup command."
  :inherit minibuffer-local-map)