nflath / hungry-delete

Enables hungry deletion in all modes.
98 stars 16 forks source link

A prefix argument should "turn off" hungry-delete-mode #4

Closed gvol closed 10 years ago

gvol commented 11 years ago

I think invoking a deletion command with a prefix argument and hungry-delete-mode should cause it to act like a regular delete command with the same prefix argument. This allows the convenience of hungry-delete-mode most of teh time with the ability to delete only some whitespace when that is needed.

e.g. M-3 C-d should delete 3 characters instead of all the whitespace.

mwfogleman commented 10 years ago

This issue can be closed now, since pull request #10 was merged.