Back to Spacevim

SpaceVim telescope layer

docs/layers/telescope.md

2.4.01.4 KB
Original Source

Available Layers >> telescope

Description

This layer is a heavily customized wrapper for 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 bindingsDiscription
<Leader> f <Space>Fuzzy find menu:CustomKeyMaps
<Leader> f eFuzzy find register
<Leader> f hFuzzy find history/yank
<Leader> f jFuzzy find jump, change
<Leader> f lFuzzy find location list
<Leader> f mFuzzy find output messages
<Leader> f oFuzzy find functions
<Leader> f tFuzzy find tags
<Leader> f qFuzzy find quick fix
<Leader> f rResumes telescope window
<Leader> f sFuzzy find Ultisnips snippets (if snippet_engine = "ultisnips"). Thanks to telescope-ultisnips.nvim