22
submitted 8 months ago by [email protected] to c/[email protected]

I'm generally skeptical of the hype around LLMs, but I've been manually working around this broken mapping for years. I don't think I could have found a solution easily just by googling.

top 8 comments
sorted by: hot top new old
[-] [email protected] 7 points 8 months ago

LLMs work pretty well for narrowly-scoped questions like this.

[-] [email protected] 5 points 8 months ago

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)

[-] [email protected] 2 points 8 months ago

@brianpeiris isn't this what the * map does? I may not understand the difference.

[-] [email protected] 4 points 8 months ago

I'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.

[-] [email protected] 3 points 8 months ago

@brianpeiris thanks for the explanation!

[-] [email protected] 2 points 8 months ago

May I ask why you don't use asterisk? That searches for the current word.

[-] [email protected] 1 points 8 months ago

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.

[-] [email protected] 1 points 8 months ago
this post was submitted on 03 Nov 2024
22 points (92.3% liked)

Neovim

2508 readers
2 users here now

founded 2 years ago
MODERATORS