You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, <C-space> to fuzzy refine is only available for the live_grep & lsp_dynamic_workspace_symbols pickers so it wouldn't exist in the mappings.lua file.
You can find all the mappings for each picker using telescope's builtin which-key functionality using <C-/>/<C-_> in insert mode and ? in normal mode.
Hmm, yup that's exactly what I needed, and I see it's mentioned twice in the README. I don't know how I missed it, although I will say that some of the short names you get from C-/ aren't very informative.
Description
In the README, we have "To see the full list of mappings, check out lua/telescope/mappings.lua and the default_mappings table", but it does not contain C-space, which triggers fuzzy refining. Links for the lazy:
#1818 (comment)
https://github.com/nvim-telescope/telescope.nvim/blob/master/lua/telescope/mappings.lua
https://github.com/nvim-telescope/telescope.nvim/blob/master/lua/telescope/builtin/__files.lua#L157
Maybe it's because this only applies to certain pickers?
Neovim version
Operating system and version
N/A
Telescope version / branch / rev
master
checkhealth telescope
Steps to reproduce
Expected behavior
I would expect the README to point me to a place where I can actually find all the buttons I can press in all situations.
Actual behavior
N/A
Minimal config
The text was updated successfully, but these errors were encountered: