Search and replace over multiple files is difficult in my editor. There are plenty of tricks that can be done with find, xargs and sed
find
xargs
sed
you can try this tool for find and replace in intercative mode inner a shell
https://sourceforge.net/projects/isartool/
No X server is required, and if you want it's recursive in directory using the option -r.
Ciao