Lines Matching refs:change
1 *usr_04.txt* For Vim version 8.2. Last change: 2021 Feb 22
9 around. It teaches you the three basic ways to change text: operator-motion,
14 |04.3| Repeating a change
77 Another operator is "c", change. It acts just like the "d" operator, except
89 c the change operator
98 exception: "cw". It actually works like "ce", change to end of word. Thus
122 C stands for c$ (change to end of the line)
123 s stands for cl (change one character)
124 S stands for cc (change a whole line)
162 *04.3* Repeating a change
165 repeats the last change. For instance, suppose you are editing an HTML file
169 change command (in this case, "df>"). To delete another tag, position the
183 Another example: You want to change the word "four" to "five". It appears
188 cwfive<Esc> change the word to "five"
190 . repeat the change to "five"
192 . repeat the change
200 change. Then you can use Visual mode.
259 change the other end of the selection, use the "o" command (Hint: o for other
261 change where the selection starts. Pressing "o" again brings you back to the
334 for the change operator, and "y" was still available. Calling this
416 To change a whole sentence use "cis". Take this text:
433 "cis" consists of the "c" (change) operator and the "is" text object. This
493 If you use "c" instead of "d" they become change commands. And with "y" you