1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/docs/layers/ctrlp.md
Miguel Madrid Mencía 7ce113b2a5
Fix typos:
- warpprer -> wrapper
  - executeable -> executable
  - easist -> easiest
2018-03-31 20:10:23 +02:00

26 lines
886 B
Markdown

---
title: "SpaceVim ctrlp layer"
description: "This layers provide a heavily customized ctrlp centric work-flow"
---
# [SpaceVim Layers:](https://spacevim.org/layers) ctrlp
## Intro
This layer is a heavily customized wrapper for ctrlp.
## Key bindings
| Key bindings | Discription |
| -------------------- | ----------------------------- |
| `<Leader> f <space>` | Fuzzy find menu:CustomKeyMaps |
| `<Leader> f e` | Fuzzy find register |
| `<Leader> f h` | Fuzzy find history/yank |
| `<Leader> f j` | Fuzzy find jump, change |
| `<Leader> f l` | Fuzzy find location list |
| `<Leader> f m` | Fuzzy find output messages |
| `<Leader> f o` | Fuzzy find outline |
| `<Leader> f q` | Fuzzy find quick fix |
| `<Leader> f r` | Resumes Unite window |