2018-03-18 13:48:23 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim leaderf layer"
|
|
|
|
description: "This layers provide a heavily customized LeaderF centric work-flow"
|
|
|
|
---
|
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
# [Available Layers](../) >> leaderf
|
2018-03-18 13:48:23 +08:00
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
## Description
|
2018-03-18 13:48:23 +08:00
|
|
|
|
2018-04-01 01:51:54 +08:00
|
|
|
This layer is a heavily customized wrapper for LeaderF and it's sources.
|
2018-03-18 13:48:23 +08:00
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
## Install
|
|
|
|
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "leaderf"
|
|
|
|
```
|
2018-03-18 13:48:23 +08:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
SpaceVim use `F` as the default customized key bindings prefix for denite layer.
|
|
|
|
|
|
|
|
## Key bindings
|
|
|
|
|
|
|
|
| Key bindings | Discription |
|
|
|
|
| -------------------- | ----------------------------- |
|
2018-08-04 14:31:00 +08:00
|
|
|
| `<Leader> f <Space>` | Fuzzy find menu:CustomKeyMaps |
|
2018-03-18 13:48:23 +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 |
|
2020-11-26 21:19:02 +08:00
|
|
|
| `<Leader> f o` | Fuzzy find functions |
|
|
|
|
| `<Leader> f t` | Fuzzy find tags |
|
2018-03-18 13:48:23 +08:00
|
|
|
| `<Leader> f q` | Fuzzy find quick fix |
|
|
|
|
| `<Leader> f r` | Resumes Unite window |
|