Skip to content

Ignore frequency in favor of recently opened #91

Answered by danielfalk
crushingCodes asked this question in Q&A
Discussion options

You must be logged in to vote

No, there isn't necessarily a way to do that, but you could just use regular :Telescope oldfiles for that. It sounds like exactly what you want.

However, smart-open is designed to adapt its weights as you use it. If you open up the picker and select the most recent file over the most frequent one, then smart-open adjusts those weights accordingly. After several times of selecting the recent file, the weight of frequency should drop to a negligible amount. And yes, you can also just go into the db and set other weights to 0 if you want to accelerate this process.

But yeah I'd recommend using something purpose-built for a specific criterion if you know you care about only a specific thing.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@crushingCodes
Comment options

@danielfalk
Comment options

Answer selected by crushingCodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants