vim
has very powerful command tools. I can replace Array's "Set for all":
:%s/Array/Set/g
But can I do this interactively as Unix commands (like rm
)? I hope vim
asks me if I really want to replace the word, and not replace them all at once.
source share