Skip * by default in special buffers #595
Closed
Comments
I think it can be handled pretty well with |
Looks good. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 typesc
and 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*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?The text was updated successfully, but these errors were encountered: