Introduce ivy-recentf #124
Closed
Comments
I don't know what this means, I just added a basic function to open a file on |
Sorry for the confusion, the additional functions I named were just there to further illustrate what kind of functionality I asked for. The function you added is exactly what I meant. Thank you for the quick and positive response! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I currently use
helm-recentf
to quickly filter and select recent buffers. I would like to convert that to ivy. I'm aware ofivy-use-virtual-buffers
but it mixes the list of live buffers with virtual/recent buffers inivy-switch-buffer
. I see the value and quickness in this approach but my aim is to continue to keep the lists separate and have a dedicated way to select a recent buffer via ivy.Would you be willing to introduce a way in ivy to access solely the recentf-list, analogous to
helm-recentf
(plus comparable functions likeido-open-recentf
orrecentf-open-file
:))?The text was updated successfully, but these errors were encountered: