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

fix denite file_rec key binding (#2210)

This commit is contained in:
Arith 2018-09-28 00:10:36 +08:00 committed by Wang Shidong
parent be24294f84
commit 3faa5ad523

View File

@ -136,7 +136,7 @@ function! SpaceVim#layers#denite#config() abort
let lnum = expand('<slnum>') + s:lnum - 1
call SpaceVim#mapping#space#def('nnoremap', ['p', 'f'], 'call call('
call SpaceVim#mapping#space#def('nnoremap', ['h', 'i'], 'call call('
\ . string(s:_function('s:warp_denite')) . ', ["DeniteCursorWord help"])',
\ ['get help with the symbol at point',
\ [