From e71670b0a794746e6685463d87535e8ebb45119d Mon Sep 17 00:00:00 2001 From: Senghan Bright Date: Sun, 17 Jan 2021 10:59:09 +0100 Subject: [PATCH] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba25ec0..b0d574f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # telescope-frecency.nvim -Frecency is a [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) extension that offers a more intelligent way to select a file from your editing history. +Frecency is a [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) extension that offers a more intelligent way to select files from your editing history. Using an implementation of Mozilla's [Frecency algorithm](https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Frecency_algorithm), files that you edit often and/or recently are given higher precedence in the list index. As the extension 'learns' your editing habits over time, the sorting of the list is dynamically altered to priotize the files you're likely to need.