Let's say you have this line of code:
printf("Hello, world!\n");
Now say you want to change the text to "Program exiting."
ci"
printf("¦");
Program exiting.\n<esc>
printf("Program exiting.\n");