mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-25 03:02:21 +08:00
Fix guide for denite layer (#2676)
This commit is contained in:
parent
840fd21c9e
commit
95cbed444a
@ -242,7 +242,7 @@ function! s:defind_fuzzy_finder() abort
|
|||||||
\ ]
|
\ ]
|
||||||
\ ]
|
\ ]
|
||||||
nnoremap <silent> <Leader>f<Space> :Denite menu:CustomKeyMaps<CR>
|
nnoremap <silent> <Leader>f<Space> :Denite menu:CustomKeyMaps<CR>
|
||||||
let g:_spacevim_mappings.f['<Space>'] = ['Denite menu:CustomKeyMaps',
|
let g:_spacevim_mappings.f['[SPC]'] = ['Denite menu:CustomKeyMaps',
|
||||||
\ 'fuzzy find custom key bindings',
|
\ 'fuzzy find custom key bindings',
|
||||||
\ [
|
\ [
|
||||||
\ '[Leader f SPC] is to fuzzy find custom key bindings',
|
\ '[Leader f SPC] is to fuzzy find custom key bindings',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user