1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
SpaceVim/docs/layers/fzf.md
Wang Shidong c7ce5499e4
Fuzzy find tag (#2745)
* Add fuzzy find tags command

* Add key binding
2019-04-13 22:12:57 +08:00

44 lines
1.2 KiB
Markdown

---
title: "SpaceVim fzf layer"
description: "This layers provide a heavily customized fzf centric work-flow"
---
# [Available Layers](../) >> fzf
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->
## Description
This layer is a heavily customized wrapper for fzf.
## Install
To use this configuration layer, add it to your configuration file.
```toml
[[layers]]
name = "fzf"
```
## Key bindings
| Key bindings | Discription |
| -------------------- | ----------------------------- |
| `<Leader> f <Space>` | Fuzzy find menu:CustomKeyMaps |
| `<Leader> f p` | Fuzzy find menu:AddedPlugins |
| `<Leader> f e` | Fuzzy find register |
| `<Leader> f h` | Fuzzy find history/yank |
| `<Leader> f j` | Fuzzy find jump, change |
| `<Leader> f l` | Fuzzy find location list |
| `<Leader> f m` | Fuzzy find output messages |
| `<Leader> f o` | Fuzzy find outline |
| `<Leader> f q` | Fuzzy find quick fix |
| `<Leader> f t` | Fuzzy find global tags |
| `SPC b b` | List all buffers |