term-mode-map

term-mode-map is a variable defined in `term.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Keymap for Term mode.

Value:

(keymap (menu-bar keymap (Signals menu-item "Signals" (keymap "Signals" (BREAK menu-item "BREAK" term-interrupt-subjob :help "Interrupt the current subjob") (STOP menu-item "STOP" term-stop-subjob :help "Stop the current subjob") (CONT menu-item "CONT" term-continue-subjob :help "Send CONT signal to process buffer's process group") (QUIT menu-item "QUIT" term-quit-subjob :help "Send quit signal to the current subjob") (KILL menu-item "KILL" term-kill-subjob :help "Send kill signal to the current subjob") (EOF menu-item "EOF" term-send-eof :help "Send an EOF to the current buffer's process"))) (Terminal menu-item "Terminal" (keymap "Terminal" (Line\ mode menu-item "Line mode" term-line-mode :enable (term-in-char-mode) :help "Switch to line (cooked) sub-mode of term mode") (Character\ mode menu-item "Character mode" term-char-mode :enable (term-in-line-mode) :help "Switch to char (raw) sub-mode of term mode") (Paging menu-item "Paging" term-pager-toggle :button (:toggle . term-pager-count) :help "Toggle paging feature"))) (In/Out menu-item "In/Out" (keymap "In/Out" (Expand\ History\ Before\ Point menu-item "Expand History Before Point" term-replace-by-expanded-history :enable term-input-autoexpand) (List\ Input\ History menu-item "List Input History" term-dynamic-list-input-ring) (Previous\ Input menu-item "Previous Input" term-previous-input) (Next\ Input menu-item "Next Input" term-next-input) (Previous\ Matching\ Current\ Input menu-item "Previous Matching Current Input" term-previous-matching-input-from-input) (Next\ Matching\ Current\ Input menu-item "Next Matching Current Input" term-next-matching-input-from-input) (Previous\ Matching\ Input\.\.\. menu-item "Previous Matching Input..." term-previous-matching-input) (Next\ Matching\ Input\.\.\. menu-item "Next Matching Input..." term-next-matching-input) (Backward\ Matching\ Input\.\.\. menu-item "Backward Matching Input..." term-backward-matching-input) (Forward\ Matching\ Input\.\.\. menu-item "Forward Matching Input..." term-forward-matching-input) (Copy\ Old\ Input menu-item "Copy Old Input" term-copy-old-input) (Kill\ Current\ Input menu-item "Kill Current Input" term-kill-input) (Show\ Current\ Output\ Group menu-item "Show Current Output Group" term-show-output) (Show\ Maximum\ Output menu-item "Show Maximum Output" term-show-maximum-output) (Backward\ Output\ Group menu-item "Backward Output Group" term-previous-prompt) (Forward\ Output\ Group menu-item "Forward Output Group" term-next-prompt) (Kill\ Current\ Output\ Group menu-item "Kill Current Output Group" term-kill-output))) (Complete menu-item "Complete" (keymap "Complete" (Complete\ Before\ Point menu-item "Complete Before Point" term-dynamic-complete) (Complete\ File\ Name menu-item "Complete File Name" term-dynamic-complete-filename) (File\ Completion\ Listing menu-item "File Completion Listing" term-dynamic-list-filename-completions) (Expand\ File\ Name menu-item "Expand File Name" term-replace-by-expanded-filename)))) (3 keymap (17 . term-pager-toggle) (10 . term-line-mode) (11 . term-char-mode) (4 . term-send-eof) (16 . term-previous-prompt) (14 . term-next-prompt) (12 . term-dynamic-list-input-ring) (5 . term-show-maximum-output) (18 . term-show-output) (15 . term-kill-output) (13 . term-copy-old-input) (28 . term-quit-subjob) (26 . term-stop-subjob) (3 . term-interrupt-subjob) (23 . backward-kill-word) (21 . term-kill-input) (1 . term-bol)) (4 . term-delchar-or-maybe-eof) (13 . term-send-input) (27 keymap (12 . term-show-output) (4194419 . term-next-matching-input-from-input) (4194418 . term-previous-matching-input-from-input) (115 . term-next-matching-input) (114 . term-previous-matching-input) (110 . term-next-input) (112 . term-previous-input)))