--- title: "SpaceVim denite layer" description: "This layers provide a heavily customized Denite centric work-flow" --- # [Available Layers](../) >> denite - [Description](#description) - [Install](#install) - [Configuration](#configuration) - [Key bindings](#key-bindings) ## Description This layer is a heavily customized wrapper for denite and it's sources. ## Install To use this configuration layer, add it to your configuration file. ```toml [[layers]] name = "denite" ``` ## Configuration SpaceVim use ` f` as the default key bindings prefix for denite layer. ## 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 r` | Resumes Unite window |