mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
(comint-mode-map): Bind `C-c C-s' to comint-write-output.
This commit is contained in:
parent
d134a19f84
commit
dd749c1fdc
@ -555,6 +555,7 @@ Entry to this mode runs the hooks on `comint-mode-hook'."
|
||||
(define-key comint-mode-map "\C-c\C-n" 'comint-next-prompt)
|
||||
(define-key comint-mode-map "\C-c\C-p" 'comint-previous-prompt)
|
||||
(define-key comint-mode-map "\C-c\C-d" 'comint-send-eof)
|
||||
(define-key comint-mode-map "\C-c\C-s" 'comint-write-output)
|
||||
;; Mouse Buttons:
|
||||
(define-key comint-mode-map [mouse-2] 'comint-insert-clicked-input)
|
||||
;; Menu bars:
|
||||
|
Loading…
x
Reference in New Issue
Block a user