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:
parent
840fd21c9e
commit
95cbed444a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user