mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(global-map): Bind `kill-whole-line' to C-S-<backspace>.
Remove M-S-<backspace> binding: too close to C-M-<backspace>.
This commit is contained in:
parent
147e214c5b
commit
d391e05c14
1 changed files with 1 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ language you are using."
|
|||
;(define-key global-map [delete] 'backward-delete-char)
|
||||
|
||||
;; natural bindings for terminal keycaps --- defined in X keysym order
|
||||
(define-key global-map [M-S-backspace] 'kill-whole-line)
|
||||
(define-key global-map [C-S-backspace] 'kill-whole-line)
|
||||
(define-key global-map [home] 'beginning-of-line)
|
||||
(define-key global-map [C-home] 'beginning-of-buffer)
|
||||
(define-key global-map [M-home] 'beginning-of-buffer-other-window)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue