1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-16 12:15:46 +08:00
Javier Tiá 569b457e5e Add [SPC]bb map in fzf layer to nagivate in all buffers
fzf layer works better than denite and unite layers. This commit add
`[SPC]bb` map in fzf layer.

denite layer used to enable `[SPC]bb` to navigate in all buffers.
This change add same functionality but in fzf layer.
2018-06-18 14:49:06 -06:00

27 lines
935 B
Markdown

---
title: "SpaceVim fzf layer"
description: "This layers provide a heavily customized fzf centric work-flow"
---
# [SpaceVim Layers:](https://spacevim.org/layers) fzf
## Intro
This layer is a heavily customized wrapper for fzf.
## Key bindings
| Key bindings | Discription |
| -------------------- | ----------------------------- |
| `<Leader> f <space>` | Fuzzy find menu:CustomKeyMaps |
| `<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 r` | Resumes Unite window |
| `<Leader> b b` | List all buffers |