I'm asking as an issue because I'm not sure how you would do this, but I'm consistently annoyed when I want to switch to *scratch* for instance and I type sc and get some file from the virtual buffer list that starts with sc. The issue of course is that the regex is prioritizing the match to the first two characters which is fine, but I think of *scratch* as starting with sc. Of course I could enter *s and get there quickly, but I was thinking it would be nice to have he option to ignore the * for the purpose of matching buffers. What do you think?
I'm asking as an issue because I'm not sure how you would do this, but I'm consistently annoyed when I want to switch to
*scratch*for instance and I typescand get some file from the virtual buffer list that starts withsc. The issue of course is that the regex is prioritizing the match to the first two characters which is fine, but I think of*scratch*as starting withsc. Of course I could enter*sand get there quickly, but I was thinking it would be nice to have he option to ignore the*for the purpose of matching buffers. What do you think?