I tried the following code unsuccessfully
:%s/{car,beatles}/mas/g
How can I replace car and beatles with mas in Vim with a single command?
I tried the following code unsuccessfully
:%s/{car,beatles}/mas/g
How can I replace car and beatles with mas in Vim with a single command?