Alternatively, you can just copy the offending text (yank into a register) and paste it into your replacement expression without knowing (or caring) what the special characters are.
:%s/CTRL-R0//g
See :help c_CTRL-R for details.
Alternatively, you can just copy the offending text (yank into a register) and paste it into your replacement expression without knowing (or caring) what the special characters are.
:%s/CTRL-R0//g
See :help c_CTRL-R for details.