2018-02-07 20:52:20 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim denite layer"
|
2021-06-21 20:39:29 +08:00
|
|
|
description: "This layers provide's a heavily customized Denite centric workflow"
|
2018-02-07 20:52:20 +08:00
|
|
|
---
|
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
# [Available Layers](../) >> denite
|
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-02 21:20:38 +08:00
|
|
|
This layer is a heavily customized wrapper for [denite](https://github.com/Shougo/denite.nvim) and it's sources.
|
|
|
|
|
2020-10-14 19:58:12 +08:00
|
|
|
To enable this layer, make sure your vim/neovim has `+python3` enabled.
|
2018-02-07 20:52:20 +08:00
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
## Install
|
|
|
|
|
|
|
|
To use this configuration layer, add it to your configuration file.
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
2019-04-11 11:29:14 +08:00
|
|
|
name = "denite"
|
2018-06-23 14:37:41 +08:00
|
|
|
```
|
|
|
|
|
2018-02-07 20:52:20 +08:00
|
|
|
## Configuration
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
SpaceVim uses `<Leader> f` as the default key binding prefix for the denite layer.
|
2018-03-16 21:02:56 +08:00
|
|
|
|
|
|
|
## Key bindings
|
|
|
|
|
|
|
|
| Key bindings | Discription |
|
|
|
|
| -------------------- | ----------------------------- |
|
2018-08-04 14:31:00 +08:00
|
|
|
| `<Leader> f <Space>` | Fuzzy find menu:CustomKeyMaps |
|
2019-04-11 11:29:14 +08:00
|
|
|
| `<Leader> f p` | Fuzzy find menu:AddedPlugins |
|
2018-03-16 21:02:56 +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 |
|