1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00
SpaceVim/docs/layers/fzf.md

44 lines
1.2 KiB
Markdown
Raw Normal View History

2018-03-18 12:41:40 +08:00
---
title: "SpaceVim fzf layer"
2021-06-21 20:39:29 +08:00
description: "This layer provides a heavily customized fzf centric workflow"
2018-03-18 12:41:40 +08:00
---
2018-06-23 14:37:41 +08:00
# [Available Layers](../) >> fzf
2018-03-18 12:41:40 +08:00
2018-06-23 14:37:41 +08:00
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->
## Description
2018-03-18 12:41:40 +08:00
This layer is a heavily customized wrapper for [fzf](https://github.com/junegunn/fzf.vim).
2018-03-18 12:41:40 +08:00
2018-06-23 14:37:41 +08:00
## Install
To use this configuration layer, add it to your configuration file.
```toml
[[layers]]
name = "fzf"
```
2018-03-18 12:41:40 +08:00
## Key bindings
| Key bindings | Discription |
| -------------------- | ----------------------------- |
2018-08-04 14:31:00 +08:00
| `<Leader> f <Space>` | Fuzzy find menu:CustomKeyMaps |
| `<Leader> f p` | Fuzzy find menu:AddedPlugins |
2018-03-18 12:41:40 +08:00
| `<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 |