--- title: "SpaceVim ctrlp layer" description: "This layers provide a heavily customized ctrlp centric work-flow" --- # [Available Layers](../) >> ctrlp - [Description](#description) - [Install](#install) - [Key bindings](#key-bindings) ## Description This layer is a heavily customized wrapper for [ctrlp](https://github.com/kien/ctrlp.vim) (discontinued use [this fork](https://github.com/ctrlpvim/ctrlp.vim) instead). ## Install To use this configuration layer, add it to your configuration file. ```toml [[layers]] name = "ctrlp" ``` ## 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 o` | Fuzzy find outline | | ` f q` | Fuzzy find quick fix |