Closed JJPandari closed 3 years ago
I'm afraid this brings more trouble than it's benefit.
You've already noticed there may exist different commands that are meant to "do the same thing" for the user:
(define-key map [remap backward-delete-char] 'puni-backward-delete-char)
(define-key map [remap backward-delete-char-untabify] 'puni-backward-delete-char)
Evil is just another example.
evil-delete-backward-word
, more on this later...