This change makes the binding behave like the default M-d binding for readline, which kills the word following the point.
I wasn't sure whether it would be better to bind it to ee-delete-exp or introduce the by-word version. This behavior seems more in line with Meta-f and Meta-b, and Meta-^k is already bound to the structural version, but I have no strong feelings either way.
This change makes the binding behave like the default M-d binding for readline, which kills the word following the point.
I wasn't sure whether it would be better to bind it to
ee-delete-exp
or introduce the by-word version. This behavior seems more in line withMeta-f
andMeta-b
, andMeta-^k
is already bound to the structural version, but I have no strong feelings either way.