LLMs work pretty well for narrowly-scoped questions like this.
this post was submitted on 03 Nov 2024
21 points (88.9% liked)
Neovim
2199 readers
2 users here now
founded 2 years ago
MODERATORS
LLMs are also really good at generating regex based on a short description. It's saved me a bunch of time, since I don't use regex often enough to become proficient at it, but it's necessary for certain particular things (such as find/replace with Notepad++, or hyper-specific URIs in Bitwarden)
May I ask why you don't use asterisk? That searches for the current word.
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.
Ah I see