Lines Matching refs:change
151 the file you wish to edit. Use the name of a file that you can change.
235 Many commands that change text are made from an operator and a motion.
356 6. The format for a change command is:
420 ** To change until the end of a word, type ce . **
432 ---> This lubw has a few wptfd that mrrf changing usf the change operator.
433 ---> This line has a few words that need changing using the change operator.
443 ** The change operator is used with the same motions as delete. **
445 1. The change operator works in the same way as delete. The format is:
473 3. The change operator allows you to change from the cursor to where the
474 motion takes you. eg. Type ce to change from the cursor to the end of
475 the word, c$ to change to the end of a line.
477 4. The format for change is:
566 globally in the line, change all occurrences of "thee" in the line.
570 4. To change every occurrence of a character string between two lines,
573 Type :%s/old/new/g to change every occurrence in the whole file.