home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / help / part2 / help.dir / vi / commands / change.HLP next >
Encoding:
Text File  |  1986-11-30  |  434 b   |  15 lines

  1.  
  2.     Change is an operator to replace text.  It takes the scope
  3.     of its "changing" from a following motion command.  
  4.     For instance, 'ce' sets up to change text up to the end
  5.     of the current word.  
  6.  
  7.     Changing text is done in "insert" state.  Here are some
  8.     examples of command sequences to change text:
  9.  
  10.       ce    change to end of word
  11.       c$    change to end of line
  12.       c/pat    change to first occurence of pat
  13.       c)    change to end of sentence
  14.     
  15.