2018-03-18 13:48:23 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim leaderf layer"
|
2021-06-21 20:39:29 +08:00
|
|
|
description: "This layer provides a heavily customized LeaderF centric workflow"
|
2018-03-18 13:48:23 +08:00
|
|
|
---
|
|
|
|
|
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
|
|
|
|
2021-05-02 21:20:38 +08:00
|
|
|
This layer is a heavily customized wrapper for [LeaderF](https://github.com/Yggdroot/LeaderF) and it's sources.
|
2018-03-18 13:48:23 +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 = "leaderf"
|
|
|
|
```
|
2018-03-18 13:48:23 +08:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
SpaceVim uses `f` as the default customized key binding prefix for denite layer.
|
2018-03-18 13:48:23 +08:00
|
|
|
|
|
|
|
## 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 |
|