Vim tips and tricks Delete word dw Delete from cursor position to end of line d$ or D Delete all lines from current cursor position to below :+,$d Delete next X lines (in this example 2 lines) :+,+2d Change word cw Jump to end of line and go into INSERT mode SHIFT D