From c781cfc0c9191b832b11a325565e79799d7078a2 Mon Sep 17 00:00:00 2001 From: Ilan Schemoul Date: Thu, 25 Apr 2024 23:26:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3339d41..b14bf7c 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,8 @@ telescope.setup { i = { [""] = lga_actions.quote_prompt(), [""] = lga_actions.quote_prompt({ postfix = " --iglob " }), + -- freeze the current list and start a fuzzy search in the frozen list + [""] = actions.to_fuzzy_refine, }, }, -- ... also accepts theme settings, for example: