hide random home http://www.fmi.uni-passau.de/archive/doc/unix/unixhelp/Unixhelp/vi_eight.html (Einblicke ins Internet, 10/1995)

Deleting text

Deleting text

Text is deleted by combining the delete commands x and d with the type of text object to be deleted.

Numbers can also used with both the x and d commands to delete multiple instances of a text object. For example:

   5dw

This deletes the current word and the following four words.