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.

  • Nawor3565@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    5
    ·
    10 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)

  • Incblob
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

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

    • brianpeiris@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 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.