Kaomojis
:%s/🔍/✨/g
Copy
#vim
#vim command
#substitute
#find and replace
#vim substitute
#global replace
#%s command
#regex search
s/`🔍`/`✨`/g
Copy
#sed
#substitution
#regex
#global replace
#s command
#command line syntax
#search replace
#vim #vim command #substitute #find and replace #vim substitute #global replace #%s command #regex search