--- title: "SpaceVim leaderf layer" description: "This layers provide a heavily customized LeaderF centric work-flow" --- # [Available Layers](../) >> leaderf ## Description This layer is a heavily customized wrapper for LeaderF and it's sources. ## Install To use this configuration layer, update custom configuration file with: ```toml [[layers]] name = "leaderf" ``` ## Configuration SpaceVim use `F` as the default customized key bindings prefix for denite layer. ## Key bindings | Key bindings | Discription | | -------------------- | ----------------------------- | | ` f ` | Fuzzy find menu:CustomKeyMaps | | ` 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 |