We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649b662 commit d600409Copy full SHA for d600409
README.md
@@ -158,7 +158,7 @@ telescope.setup {
158
["<C-k>"] = lga_actions.quote_prompt(),
159
["<C-i>"] = lga_actions.quote_prompt({ postfix = " --iglob " }),
160
-- freeze the current list and start a fuzzy search in the frozen list
161
- ["<C-space>"] = actions.to_fuzzy_refine,
+ ["<C-space>"] = lga_actions.to_fuzzy_refine,
162
},
163
164
-- ... also accepts theme settings, for example:
0 commit comments