Map C-h to backspace

This commit is contained in:
eriedaberrie 2023-04-03 21:05:05 -07:00
parent c794b67272
commit 9389b50b1f

View file

@ -66,6 +66,9 @@
(use-package meow
:demand t
:bind
("C-S-h" . help-command)
("C-h" . (lambda () (interactive) (meow--execute-kbd-macro "DEL")))
:config
(setq meow-cheatsheet-layout meow-cheatsheet-layout-qwerty)
(meow-motion-overwrite-define-key '("j" . meow-next)