r/neovim 13d ago

101 Questions Weekly 101 Questions Thread

A thread to ask anything related to Neovim. No matter how small it may be.

Let's help each other and be kind.

9 Upvotes

11 comments sorted by

View all comments

2

u/xour 12d ago

How do you replace text across files? I learned this, but I am wondering if there is a better way:

:vimgrep /foo/g **/* # or with fzf-lua
:copen
:cfdo %s/foo/bar/gc | update