In this lesson, you'll learn how to use the delete operator with word and WORD motions.
Deleting words is an extremely common task in programming. Spend some time practicing so that you can complete this task effortlessly.
Note: The delete operator (d) puts the deleted text into your clipboard, allowing you to paste it later with p. You will learn more about copy/paste operations in a later next lesson.