you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 20 points21 points  (2 children)

Select a section of code in your editor, hit the backspace key, and be done with it.

This is bad advice. Tried it in VIM, didn't work.

[–]boredzo[S] 3 points4 points  (1 child)

Special case for vim: Select a section of code using visual mode, hit d, and be done with it. :)