How-to: Perform Portable Substitution Using nvim and ripgrep
Published:
Often I have to perform substitution of variables or code blocks with something
new as part of refactoring efforts. Since I am using nvim, I wanted a way to
do this without having to close nvim, but also taking advantage of highly
optimized regex search utilities like ripgrep. In this short how-to, I
provide the commands one can use to do this without ever having to close nvim.