2018-02-07 20:52:20 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim unite layer"
|
|
|
|
description: "This layers provide a heavily customized Unite centric work-flow"
|
|
|
|
---
|
|
|
|
|
|
|
|
# [SpaceVim Layers:](https://spacevim.org/layers) unite
|
|
|
|
|
|
|
|
## Intro
|
|
|
|
|
2018-04-01 01:51:54 +08:00
|
|
|
This layer is a heavily customized wrapper for unite.vim and unite sources.
|
2018-02-07 20:52:20 +08:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
2018-03-14 21:23:52 +08:00
|
|
|
This is a fuzzy finder layer for SpaceVim, and it is based on unite.vim. In SpaceVim all fuzzy finder layer use same key bindings:
|
|
|
|
|
|
|
|
## Key bindings
|
|
|
|
|
2018-03-15 21:47:42 +08:00
|
|
|
| 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 |
|