1

Bind C-h to delete-backward-char

This commit is contained in:
Jessie Hildebrandt 2023-10-13 14:55:37 -04:00
parent 9cd1457ea3
commit 93674c8553

View File

@ -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)