Is there a solution for inserting a filename to a buffer (either to a normal buffer, or to the minibuffer) using a recursive fuzzy search, using the vertico + consult + corfu + cape ecosystem? Something like what consult-file does, but instead of opening the selected file, insert the path of it to a buffer.

We have cape-file, but it doesn’t fuzzy search in a recursive way.

    • oantolin@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      It does do that. If you have embark-act bound to C-., then C-. i inserts the current minibuffer completion candidate into the buffer from which you ran the command that opened the minibuffer.