mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(comint-mode-map): Move comint-bol to C-c C-a.
This commit is contained in:
parent
888f3d058c
commit
5bd436259d
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ Entry to this mode runs the hooks on `comint-mode-hook'."
|
|||
(define-key comint-mode-map "\e\C-l" 'comint-show-output)
|
||||
(define-key comint-mode-map "\C-m" 'comint-send-input)
|
||||
(define-key comint-mode-map "\C-d" 'comint-delchar-or-maybe-eof)
|
||||
(define-key comint-mode-map "\C-a" 'comint-bol)
|
||||
(define-key comint-mode-map "\C-c\C-a" 'comint-bol)
|
||||
(define-key comint-mode-map "\C-c\C-u" 'comint-kill-input)
|
||||
(define-key comint-mode-map "\C-c\C-w" 'backward-kill-word)
|
||||
(define-key comint-mode-map "\C-c\C-c" 'comint-interrupt-subjob)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue