Skip to content

Commit b80ec2c

Browse files
authored
docs: fix fuzzy_refine reference in mapping example
Update README.md
2 parents 649b662 + d600409 commit b80ec2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ telescope.setup {
158158
["<C-k>"] = lga_actions.quote_prompt(),
159159
["<C-i>"] = lga_actions.quote_prompt({ postfix = " --iglob " }),
160160
-- freeze the current list and start a fuzzy search in the frozen list
161-
["<C-space>"] = actions.to_fuzzy_refine,
161+
["<C-space>"] = lga_actions.to_fuzzy_refine,
162162
},
163163
},
164164
-- ... also accepts theme settings, for example:

0 commit comments

Comments
 (0)