senny / cabbage

get the maximum out of emacs
http://senny.github.com/cabbage/
156 stars 21 forks source link

kill word bindings #93

Closed jone closed 12 years ago

jone commented 12 years ago

Currently M-d is backspace and M-f is delete char. We could also add bindings for killing a word on d / f, e.g.:

M-D -> backward-kill-word M-F -> kill-word

The backspace key is soo far away :P