--- title: "SpaceVim leaderf layer" description: "This layer provides a heavily customized LeaderF centric workflow" --- # [Available Layers](../) >> leaderf ## Description This layer is a heavily customized wrapper for [LeaderF](https://github.com/Yggdroot/LeaderF) and it's sources. ## Install To use this configuration layer, update your custom configuration file with: ```toml [[layers]] name = "leaderf" ``` ## Configuration SpaceVim uses `f` as the default customized key binding prefix for leaderf 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 functions | | ` f t` | Fuzzy find tags | | ` f q` | Fuzzy find quick fix | | ` f r` | Resumes Unite window |