this post was submitted on 12 Jan 2026
14 points (100.0% liked)

Neovim

2711 readers
1 users here now

founded 2 years ago
MODERATORS
 

Before coming across this video I did not know of a way to replace things over multiple files without relying on LSP rename functionality. Apparently you can grep -> send to quickfix list -> use :cdo to run a command once per match.

There's also this quicker.nvim plugin (same creator as oil.nvim) that let's you treat your quickfix list as a buffer you then can edit anything in there and afterwards save, similar to oil.nvim giving you a bit of a more streamlined experience.

I'm not sure whether I'll end up using it but the :cdo command will for sure come in handy!

you are viewing a single comment's thread
view the rest of the comments
[–] Prunebutt@slrpnk.net 3 points 3 days ago

Didn't know about the quickfix list either. Super neat!