1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

doc(layer): update :h SpaceVim-layers-leaderf

This commit is contained in:
Shidong Wang 2021-09-25 23:37:02 +08:00
parent 71d78fae3c
commit 77d57270c4
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848
2 changed files with 47 additions and 3 deletions

View File

@ -9,8 +9,30 @@
""
" @section leaderf, layers-leaderf
" @parentsection layers
" This layer provides fuzzy finder feature which is based on leaderf, and this
" This layer provides fuzzy finder feature which is based on |leaderf|, and this
" layer requires vim compiled with `+python` or `+python3`.
" This layer is not loaded by default. To use this layer:
" >
" [[layers]]
" name = 'leaderf'
" <
" @subsection Key bindings
"
" The following key bindings will be enabled when this layer is loaded:
" >
" Key bindings Description
" SPC p f / Ctrl-p search files in current directory
" <Leader> f SPC Fuzzy find menu:CustomKeyMaps
" <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 functions
" <Leader> f t Fuzzy find tags
" <Leader> f q Fuzzy find quick fix
" <Leader> f r Resumes Unite window
" <
let s:CMP = SpaceVim#api#import('vim#compatible')

View File

@ -4096,8 +4096,30 @@ This layer provides language client support for SpaceVim.
==============================================================================
LEADERF *SpaceVim-layers-leaderf*
This layer provides fuzzy finder feature which is based on leaderf, and this
layer requires vim compiled with `+python` or `+python3`.
This layer provides fuzzy finder feature which is based on |leaderf|, and this
layer requires vim compiled with `+python` or `+python3`. This layer is not
loaded by default. To use this layer:
>
[[layers]]
name = 'leaderf'
<
KEY BINDINGS
The following key bindings will be enabled when this layer is loaded:
>
Key bindings Description
SPC p f / Ctrl-p search files in current directory
<Leader> f SPC Fuzzy find menu:CustomKeyMaps
<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 functions
<Leader> f t Fuzzy find tags
<Leader> f q Fuzzy find quick fix
<Leader> f r Resumes Unite window
<
==============================================================================
OPERATOR *SpaceVim-layers-operator*