Variable: plain-tex-mode-map
plain-tex-mode-map is a variable defined in tex-mode.el.gz.
Value
" tex-insert-quote
C-<return> tex-feed-input
C-M-i ispell-complete-word
C-c / latex-close-block
C-c C-b tex-buffer
C-c C-c tex-compile
C-c C-e latex-close-block
C-c C-f tex-file
C-c C-k tex-kill-job
C-c C-l tex-recenter-output-buffer
C-c C-o latex-insert-block
C-c C-p tex-print
C-c C-q tex-show-print-queue
C-c C-r tex-region
C-c C-t latex-insert-block
C-c C-u tex-goto-last-unclosed-latex-block
C-c C-v tex-view
C-c RET tex-feed-input
C-c TAB tex-bibtex-file
C-c ] latex-close-block
C-c { tex-insert-braces
C-c } up-list
C-j tex-handle-newline
M-RET latex-insert-item
Documentation
Keymap for plain-tex-mode. See also tex-mode-map.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defvar plain-tex-mode-map
(let ((map (make-sparse-keymap)))
(set-keymap-parent map tex-mode-map)
map)
"Keymap for `plain-tex-mode'. See also `tex-mode-map'.")