(no title)
davmar | 3 years ago
as the author mentioned, LunarVim is a great project worth checking out. i'm using it now and recommend it.
davmar | 3 years ago
as the author mentioned, LunarVim is a great project worth checking out. i'm using it now and recommend it.
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
virchau13|3 years ago
memco|3 years ago
KrishnaShripad|3 years ago
For multi-file find/replace you should check out far.vim: https://github.com/brooth/far.vim
> LunarVim is a great project worth checking out. i'm using it now and recommend it
Haven't tried LunarVim but AstroNvim is great too.
davmar|3 years ago
christophilus|3 years ago
bobbylarrybobby|3 years ago