|
The sample file has been deliberately edited, so that some occurrences of the word CONTROL have been changed to ESC. Hence, we will replace occurrences of the word ESC with the word CONTROL. |
The cursor will jump to the first occurrence of the word ESC.
In the command line, you will see (? for help). A number of commands
are possible at this point:
| y or Space | replace this occurrence |
| n or Backspace | skip to the next occurrence |
| h or Enter | quit now |
| . (a period) | perform this replacement and then quit |
| ! | replace all occurrences from this point onward in the buffer |
| ^ | go back to the previous occurrence |
| C-r | enter "recursive edit", allowing you to edit and then return to the Query replace by using Esc C-c. |
|
|
| Previous | Table of Contents | Continue |