Map C-h to backspace
This commit is contained in:
parent
c794b67272
commit
9389b50b1f
3
init.el
3
init.el
|
@ -66,6 +66,9 @@
|
||||||
|
|
||||||
(use-package meow
|
(use-package meow
|
||||||
:demand t
|
:demand t
|
||||||
|
:bind
|
||||||
|
("C-S-h" . help-command)
|
||||||
|
("C-h" . (lambda () (interactive) (meow--execute-kbd-macro "DEL")))
|
||||||
:config
|
:config
|
||||||
(setq meow-cheatsheet-layout meow-cheatsheet-layout-qwerty)
|
(setq meow-cheatsheet-layout meow-cheatsheet-layout-qwerty)
|
||||||
(meow-motion-overwrite-define-key '("j" . meow-next)
|
(meow-motion-overwrite-define-key '("j" . meow-next)
|
||||||
|
|
Loading…
Reference in a new issue