In MonoDevelop (linux version), ctrl+backspace clears all the linebreaks till the last word/char block, and delete that.
For example:
qwe asd
.
.
.
_
(where _ is my cursor focus is on, and . are line breaks, pressing ctrl+backspace will return me this:
qwe _
instead of:
qwe asd
.
.
_
How do I get rid of it?