brianpeiris@lemmy.caOPtoNeovim@programming.dev•Claude 3.5 solved my mapping problem very nicelyEnglish
51·
11 days agoI’m using :Rg
here, which calls ripgrep to perform a search across all files in a directory. So it’s not just a search within a single buffer.
I’m using
:Rg
in the mapping, which calls ripgrep via fzf.vim, so it searches across all files in a project and gives me a preview of all the results.