This page lists all content tagged with the term "vim".
x - delete current character dw - delete current word dd - delete current line 5dd - delete five lines
d$ - delete to end of line d0 - delete to beginning of line
:1,.d delete to beginning of file
:.,$d delete to end of file
VIM: http://www.lagmonster.org/docs/vi.html
SVN: http://www.linuxfromscratch.org/blfs/edguide/chapter03.html