1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:10:06 +08:00

Fix guide for denite layer (#2676)

This commit is contained in:
Wang Shidong 2019-03-17 22:51:55 +08:00 committed by GitHub
parent 840fd21c9e
commit 95cbed444a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ function! s:defind_fuzzy_finder() abort
\ ]
\ ]
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',
\ [
\ '[Leader f SPC] is to fuzzy find custom key bindings',