-
Notifications
You must be signed in to change notification settings - Fork 321
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
Bookmarks #355
Comments
Nothing's implemented currently but I can see two relatively straightforward ways to do this:
Finally, I think a variant on that last one — but not easy to implement — would be to allow frequently-used files to be boosted higher in results listings. |
The fist solution is the one I think. To make "Bookmarks". How can I do that please? |
In your case, you'd create a new scanner to read the list of "bookmarks", and your finder would be very simple because all it has to do is instantiate the scanner; as you're dealing with files, just letting the superclass Finally, you have to wire things up so that the controller knows about your finder, and the user has a Vim command that they can invoke to access your finder. |
Given the big rewrite for v6.0.x, I'm closing all older issues as there is unlikely to be anything significant happening on the Footnotes
|
Can I select files that I open frequently and put them in a CommandT list; so that I open the CommandT list to open a file from them?!
I don't mean a list of the most recent opened file, I mean that I specifically select the files to be in that list.
How can I do that?!
The text was updated successfully, but these errors were encountered: