(no title)
scooble | 3 years ago
This is something I’ve found very easy in vim with bufdo , windo, or populating the quickfix list (or args list) and using cfdo/cdo or argdo to be really specific about where the replace should happen (e.g. replace FOO with BAR only on lines containing STRING or in files containing STRING).
infinitezest|3 years ago
https://github.com/nvim-pack/nvim-spectre
ossusermivami|3 years ago