--- title: "SpaceVim telescope layer" description: "This layer provides a heavily customized telescope centric workflow" --- # [Available Layers](../) >> telescope ## Description This layer is a heavily customized wrapper for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) and it's sources. The `telescope` layer is only for nvim 0.7 or above. ## Layer option - `hidden`: show hidden files, default is false - `no_ignore`: default is false ## Install To use this configuration layer, update your custom configuration file with: ```toml [[layers]] name = "telescope" ``` ## Configuration SpaceVim uses `f` as the default customized key binding prefix for telescope layer. ## Key bindings | Key bindings | Discription | | -------------------- | ----------------------------- | | ` f ` | Fuzzy find menu:CustomKeyMaps | | ` f e` | Fuzzy find register | | ` f h` | Fuzzy find history/yank | | ` f j` | Fuzzy find jump, change | | ` f l` | Fuzzy find location list | | ` f m` | Fuzzy find output messages | | ` f o` | Fuzzy find functions | | ` f t` | Fuzzy find tags | | ` f q` | Fuzzy find quick fix | | ` f r` | Resumes telescope window | | ` f s` | Fuzzy find Ultisnips snippets (if `snippet_engine = "ultisnips"`). Thanks to [telescope-ultisnips.nvim](https://github.com/fhill2/telescope-ultisnips.nvim)|