|
|
|
|
|
by davmar
1498 days ago
|
|
i use neovim too and i prefer it over VSCode. the only major drawback is debugging and multi-file find/replace, so i do occasionally reach for VSCode. as the author mentioned, LunarVim is a great project worth checking out. i'm using it now and recommend it. |
|
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).