How to use backward-delete-word instead of backward-kill-word in emacs

I would prefer that the backward-kill-word (C-backspace) command did not add the word to the kill ring, but simply delete it. Also for killing. (Md), is there an equivalent to deleting words?

Any suggestions?

+3
source share
1 answer

This question is answered here and in emacswiki here . Hope this helps ...

+1
source

All Articles