Bind C-h to delete-backward-char
This commit is contained in:
parent
9cd1457ea3
commit
93674c8553
2
init.el
2
init.el
@ -380,6 +380,8 @@ This overrides the default `display-startup-echo-area-message' function."
|
|||||||
:bind
|
:bind
|
||||||
;; General binds
|
;; General binds
|
||||||
("C-z" . undo)
|
("C-z" . undo)
|
||||||
|
("C-h" . delete-backward-char)
|
||||||
|
("C-?" . help-command)
|
||||||
("C-c SPC" . tmm-menubar)
|
("C-c SPC" . tmm-menubar)
|
||||||
("C-c DEL" . fixup-whitespace)
|
("C-c DEL" . fixup-whitespace)
|
||||||
("C-c d" . delete-pair)
|
("C-c d" . delete-pair)
|
||||||
|
Loading…
Reference in New Issue
Block a user