Lines Matching refs:word
189 ** Type dw to delete a word. **
195 3. Move the cursor to the beginning of a word that needs to be deleted.
197 4. Type dw to make the word disappear.
245 w - until the start of the next word, EXCLUDING its first character.
246 e - to the end of the current word, INCLUDING the last character.
249 Thus typing de will delete from the cursor to the end of the word.
264 3. Type 3e to move the cursor to the end of the third word forward.
287 1. Move the cursor to the first UPPER CASE word in the line marked --->.
350 1. To delete from the cursor up to the next word type: dw
351 2. To delete from the cursor up to the end of the word type: de
361 motion - moves over the text to operate on, such as w (word),
362 e (end of word), $ (end of the line), etc.
420 ** To change until the end of a word, type ce . **
426 3. Type ce and the correct word (in this case, type ine ).
435 Notice that ce deletes the word and places you in Insert mode.
449 2. The motions are the same, such as w (word) and $ (end of line).
475 the word, c$ to change to the end of a line.
517 2. Now type 'errroor' <ENTER>. This is the word you want to search for.
750 4. Complete the word like the line below it. Press <ESC> to exit Insert
753 5. Use e to move to the next incomplete word and repeat steps 3 and 4.
806 NOTE: You can also use y as an operator: yw yanks one word,
840 3. The e command moves to the end of a word.