mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-22 17:05:42 +08:00
* Improve denite layer All denite key bindings begins with `<Leader> f` " The default sources: " file: <Leader>ff " register: <Leader>fe " jump: <Leader>fj " messages: <Leader>fm " history/yank source <Leader>fh " quickfix source <Leader>fq " outline source <Leader>fo " localtion source <Leader>fl `SPC T s` is for colorscheme. ref https://github.com/Shougo/neoyank.vim/issues/14
31 lines
1.0 KiB
Markdown
31 lines
1.0 KiB
Markdown
---
|
|
title: "SpaceVim denite layer"
|
|
description: "This layers provide a heavily customized Denite centric work-flow"
|
|
---
|
|
|
|
# [SpaceVim Layers:](https://spacevim.org/layers) denite
|
|
|
|
## Intro
|
|
|
|
This layer is a heavily customized warpper for denite and it's sources.
|
|
|
|
|
|
## Configuration
|
|
|
|
SpaceVim use `F` as the default customized key bindings prefix for denite layer.
|
|
|
|
## Key bindings
|
|
|
|
| Key bindings | Discription |
|
|
| -------------------- | ----------------------------- |
|
|
| `<Leader> f <space>` | Fuzzy find menu:CustomKeyMaps |
|
|
| `<Leader> f e` | Fuzzy find register |
|
|
| `<Leader> f f` | Fuzzy find file |
|
|
| `<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 |
|