--- title: "SpaceVim fzf layer" description: "This layers provide a heavily customized fzf centric work-flow" --- # [Available Layers](../) >> fzf - [Description](#description) - [Install](#install) - [Key bindings](#key-bindings) ## 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 | | -------------------- | ----------------------------- | | ` f ` | Fuzzy find menu:CustomKeyMaps | | ` f p` | Fuzzy find menu:AddedPlugins | | ` 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 outline | | ` f q` | Fuzzy find quick fix | | ` f t` | Fuzzy find global tags | | `SPC b b` | List all buffers |