Suppose I have one line:
Linux is not_ Linux
My cursor lies on the _ mark and I want to replace the second Linux to Unix,how can I do that in vim?
|
|
|
Try the following key sequence: c e Unix Esc (note the space character before "Unix") Here's a brief explanation:
|
|||||||||||||||
|