2018-02-07 20:52:20 +08:00
---
title: "SpaceVim unite layer"
2021-06-21 20:39:29 +08:00
description: "This layer provides a heavily customized Unite centric workflow"
2018-02-07 20:52:20 +08:00
---
2018-06-23 14:37:41 +08:00
# [Available Layers](../) >> unite
2018-02-07 20:52:20 +08:00
2018-06-23 14:37:41 +08:00
<!-- vim - markdown - toc GFM -->
- [Description ](#description )
- [Install ](#install )
- [Configuration ](#configuration )
- [Key bindings ](#key-bindings )
<!-- vim - markdown - toc -->
## Description
2018-02-07 20:52:20 +08:00
2021-05-06 10:10:08 +08:00
This layer is a heavily customized wrapper for [unite.vim ](https://github.com/Shougo/unite.vim ) (discontinued, use [denite ](../denite )) and its sources.
2018-02-07 20:52:20 +08:00
2018-06-23 14:37:41 +08:00
## Install
2021-06-21 20:39:29 +08:00
To use this configuration layer, update your custom configuration file with:
2018-06-23 14:37:41 +08:00
```toml
[[layers]]
name = "unite"
```
2018-02-07 20:52:20 +08:00
## Configuration
2021-06-21 20:39:29 +08:00
This is a fuzzy finder layer for SpaceVim, and it is based on unite.vim. In SpaceVim all fuzzy finder layers use the same key bindings:
2018-03-14 21:23:52 +08:00
## Key bindings
2018-03-15 21:47:42 +08:00
| Key bindings | Discription |
| -------------------- | ----------------------------- |
2018-08-04 14:31:00 +08:00
| `<Leader> f <Space>` | Fuzzy find menu:CustomKeyMaps |
2018-03-15 21:47:42 +08:00
| `<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 |