New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for virtual-buffer configuration. #2169
Comments
This is a good idea, and the change look good to me. Please PR. |
Nice, I'll do so. But, first, I am a PR noob. I should be able to do it, but don't hesitate to correct me if need be, and please be patient. And, second, I currently don't (yet) have the papers signed with the FSF. I presume this amounts to a tiny change, so it would still be ok. Is that correct? |
Yes, changes up to 15 lines are counted as tiny and don't need an assignment. |
Perfect, I'll prepare it then. Thanks! |
Allow to choose between recent files, bookmarks or both to compose ivy-switch-buffer's virtual-buffers. Fixes abo-abo#2169 Fixes abo-abo#2172
This is a feature request, alongside a proposed implementation.
ivy-use-virtual-buffers
is brilliant, and is suggested in the documentation as one of the most basic variables to enable in Ivy. However, it bundles together recent files and bookmarks, which are quite different things. Furthermore, it doesn't treat bookmarks as such, but by design (#567, #347) it only offers the files to which the bookmarks refer.Given that, it would be nice if Ivy allowed us to choose what to include in the virtual-buffers. If you like the idea, it could go about like:
If you'd like more comments on why I think this is useful (particularly, the possibility of being able to exclude bookmarks, but keeping recent files, of course), I can expand.
The text was updated successfully, but these errors were encountered: