2018-02-07 20:52:20 +08:00
---
title: "SpaceVim ctrlp layer"
2018-03-18 13:33:19 +08:00
description: "This layers provide a heavily customized ctrlp centric work-flow"
2018-02-07 20:52:20 +08:00
---
2018-06-23 14:37:41 +08:00
# [Available Layers](../) >> ctrlp
2018-02-07 20:52:20 +08:00
2018-06-23 14:37:41 +08:00
<!-- vim - markdown - toc GFM -->
- [Description ](#description )
- [Install ](#install )
- [Key bindings ](#key-bindings )
<!-- vim - markdown - toc -->
## Description
2018-02-07 20:52:20 +08:00
2021-05-02 21:20:38 +08:00
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).
2018-03-18 13:33:19 +08:00
2018-06-23 14:37:41 +08:00
## Install
To use this configuration layer, add it to your configuration file.
```toml
[[layers]]
name = "ctrlp"
```
2018-02-07 20:52:20 +08:00
## Key bindings
2018-03-18 13:33:19 +08:00
| Key bindings | Discription |
| -------------------- | ----------------------------- |
2018-08-04 14:31:00 +08:00
| `<Leader> f <Space>` | Fuzzy find menu:CustomKeyMaps |
2019-08-23 23:37:18 +08:00
| `<Leader> f p` | Fuzzy find menu:AddedPlugins |
2018-03-18 13:33:19 +08:00
| `<Leader> f e` | Fuzzy find register |
| `<Leader> f h` | Fuzzy find history/yank |
| `<Leader> f j` | Fuzzy find jump, change |
| `<Leader> f o` | Fuzzy find outline |
| `<Leader> f q` | Fuzzy find quick fix |